modify process_request's parameter error
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7552 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -707,7 +707,7 @@ sub dispatch_request { | ||||
|             $SIG{CHLD}='DEFAULT'; | ||||
| #           ${"xCAT_plugin::".$modname."::"}{process_request}->($_,\&dispatch_callback,\&do_request); | ||||
| #----- changed in Client.pm -----# | ||||
|             ${"xCAT_plugin::".$modname."::"}{process_request}->($_,\&dispatch_cb,\&do_request); | ||||
|             ${"xCAT_plugin::".$modname."::"}{process_request}->($_,$dispatch_cb,\&do_request); | ||||
| #----- end changed in Client.pm -----# | ||||
|             last; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user