From e5e14cd8dea46a240012f91b279e64e6d96e5776 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Tue, 21 Sep 2010 08:37:54 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/Client.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Client.pm b/perl-xCAT/xCAT/Client.pm index 4fa9d1a64..38960385f 100644 --- a/perl-xCAT/xCAT/Client.pm +++ b/perl-xCAT/xCAT/Client.pm @@ -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; }