From fda179cf96923d8c909ea589efcb2667c6a2e44c Mon Sep 17 00:00:00 2001 From: yinle Date: Mon, 17 Jan 2011 03:21:48 +0000 Subject: [PATCH] someone wrote the same sentence twice, I modified it. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8675 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/dhcp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/dhcp.pm b/xCAT-server/lib/xcat/plugins/dhcp.pm index 527b4ad63..203deb190 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -673,7 +673,7 @@ sub process_request if ($href and $href->{value}) { $sitelogservers = $href->{value}; } - ($href) = $sitetab->getAttribs({key => 'domain'}, 'value'); + #($href) = $sitetab->getAttribs({key => 'domain'}, 'value'); ($href) = $sitetab->getAttribs({key => 'domain'}, 'value'); unless ($href and $href->{value}) {