From d706d7ae334fb95c20b95c9002daf075ec473081 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 15 Jan 2008 03:08:11 +0000 Subject: [PATCH] Fix problem where new declarations were not commited git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@266 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/dhcp.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server-2.0/lib/xcat/plugins/dhcp.pm b/xCAT-server-2.0/lib/xcat/plugins/dhcp.pm index e95663f4b..62ee7e349 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/dhcp.pm @@ -125,6 +125,7 @@ sub addnode { print $omshell "set statements = \"$statements\"\n"; } print $omshell "create\n"; + print $omshell "close\n"; unless (grep /#definition for host $node aka host $hname/,@dhcpconf) { push @dhcpconf,"#definition for host $node aka host $hname can be found in the dhcpd.leases file\n"; }