From 5e24e2302c9e8f433fbce7dc20d85448d61a2074 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 27 Sep 2011 17:55:07 +0000 Subject: [PATCH] Fix syntax error git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10651 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/dhcp.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/dhcp.pm b/xCAT-server/lib/xcat/plugins/dhcp.pm index 4af12607f..806f32ba9 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -2055,8 +2055,8 @@ sub writeout } } close($targ); - $dhcpconf=(); #dispose of the file contents in memory, no longer needed - $aixcfg=(); + @dhcpconf=(); #dispose of the file contents in memory, no longer needed + @aixcfg=(); if (@dhcp6conf) {