Updated Branches:
  refs/heads/4.2 127b0d7cd -> 730021c10

CLOUDSTACK-3533: Fix missing parameter of dhcp_release


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/730021c1
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/730021c1
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/730021c1

Branch: refs/heads/4.2
Commit: 730021c1073e9604ef5e67cddd4981f4c95d23f4
Parents: 127b0d7
Author: Sheng Yang <[email protected]>
Authored: Wed Jul 24 00:03:14 2013 -0700
Committer: Sheng Yang <[email protected]>
Committed: Wed Jul 24 00:03:14 2013 -0700

----------------------------------------------------------------------
 patches/systemvm/debian/config/root/edithosts.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/730021c1/patches/systemvm/debian/config/root/edithosts.sh
----------------------------------------------------------------------
diff --git a/patches/systemvm/debian/config/root/edithosts.sh 
b/patches/systemvm/debian/config/root/edithosts.sh
index 491186f..4eaecd4 100755
--- a/patches/systemvm/debian/config/root/edithosts.sh
+++ b/patches/systemvm/debian/config/root/edithosts.sh
@@ -105,7 +105,7 @@ if [ $no_dhcp_release -eq 0 ]
 then
   #release previous dhcp lease if present
   logger -t cloud "edithosts: releasing $ipv4"
-  dhcp_release eth0 $ip $(grep $ip $DHCP_LEASES | awk '{print $2}') > 
/dev/null 2>&1
+  dhcp_release eth0 $ipv4 $(grep $ipv4 $DHCP_LEASES | awk '{print $2}') > 
/dev/null 2>&1
   logger -t cloud "edithosts: released $ipv4"
 fi
 

Reply via email to