Correct deref in previous commit

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16669 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2013-06-18 17:07:40 +00:00
parent cd406905a8
commit b6969b9817

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;