Fix dhcp6 config file growing out of control

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10648 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-09-27 15:23:19 +00:00
parent 7303301cb7
commit d69709b05e

View File

@ -927,6 +927,7 @@ sub process_request
}
@dhcpconf = ();
@dhcp6conf = ();
my $dhcplockfd;
open($dhcplockfd,">","/tmp/xcat/dhcplock");