From bb5c8469c7a359d98df8b001069cb62844cba0e5 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Thu, 24 Oct 2013 10:41:48 -0400 Subject: [PATCH] defect 3789: fixed the issue that xcatdebug command kill the xcatd ssl listening process. The fix is that just remove the handling debug message from plugin modules since xcatd loads plugin modules for each command run, don't need xcatdebug for plugin any more. --- xCAT-server/sbin/xcatd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index 20d272850..9b271a3e2 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -2177,7 +2177,7 @@ sub enable_callingtrace{ my @xcatdfuncs = (); # function list that will be enabled for xcatd # call the subroutine scan_plugins to fill the symbol table - scan_plugins(); + #scan_plugins(); # Backup the trace log my ($sec,$min,$hour,$mday,$mon,$year) = localtime();