Correct deref in previous commit

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16665 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2013-06-18 15:39:56 +00:00
parent 8dba31f059
commit 5222f25f25

View File

@ -545,7 +545,7 @@ sub invoke_dodiscover {
$arg{SrvTypes} = [ qw/service:management-hardware.IBM:integrated-management-module2/ ];
my ($newsearchmacsref,$newsendcount,$newrsp) = xCAT::SLP::dodiscover(SrvTypes=>$arg{SrvTypes},Callback=>\&bt_handle_new_slp_entity);
foreach (keys %$newsearchmacsref) {
$searchmacsref{$_}=$newsearchmacsref->{$_};
$searchmacsref->{$_}=$newsearchmacsref->{$_};
}
$sendcount += $newsendcount;
$rsp+=$newrsp;