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:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user