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) {