Fix the mistake that removing callback from the SLP.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13366 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -140,9 +140,9 @@ sub dodiscover { | ||||
| 		    			} | ||||
|                         $rspcount++; | ||||
| 		    			$rethash{$peername} = $result; | ||||
| 		    			#if ($args{Callback}) { | ||||
| 		    			#	$args{Callback}->($result); | ||||
| 		    			#} | ||||
| 		    			if ($args{Callback}) { | ||||
| 		    				$args{Callback}->($result); | ||||
| 		    			} | ||||
| 		    		} | ||||
| 		    	} | ||||
|                 @peerarray = (); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user