From 0c51beba69ad84c95805be6a8d1ed430839df834 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Thu, 29 Mar 2012 02:57:21 +0000 Subject: [PATCH] add minor change to last checkin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12042 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 70ac3de85..22ef08397 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -124,6 +124,7 @@ sub delnode { my @macs = split(/\|/, $ent->{mac}); my $mace; + my $count = 0; foreach $mace (@macs) { my $mac;