Backport fix for large dhcp6config files

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10649 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso
2011-09-27 15:31:12 +00:00
parent 63c23b6d20
commit 2048d4cbd2
+1
View File
@@ -883,6 +883,7 @@ sub process_request
}
@dhcpconf = ();
@dhcp6conf = ();
my $dhcplockfd;
open($dhcplockfd,">","/tmp/xcat/dhcplock");