From 599fecd53061917855866fec88a42dfe49f55e2a Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Thu, 29 Mar 2012 02:55:13 +0000 Subject: [PATCH] add minor change to last checkin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@12041 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/dhcp.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/dhcp.pm b/xCAT-server/lib/xcat/plugins/dhcp.pm index 952bbcc85..a183e40d6 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -92,6 +92,7 @@ sub delnode { my @macs = split(/\|/, $ent->{mac}); my $mace; + my $count = 0; foreach $mace (@macs) { my $mac;