From 2bd823ec590f88f46f704200c221764c67bfaa92 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Tue, 20 May 2014 10:14:22 -0400 Subject: [PATCH] defect 4134: missing the use of xCAT::SvrUtils in conserver.pm so that when makeconservercf walks into error path to call SverUtils->sendmsg, an code error is displayed --- xCAT-server/lib/xcat/plugins/conserver.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/conserver.pm b/xCAT-server/lib/xcat/plugins/conserver.pm index da4aeb285..adb2a0d60 100644 --- a/xCAT-server/lib/xcat/plugins/conserver.pm +++ b/xCAT-server/lib/xcat/plugins/conserver.pm @@ -7,6 +7,7 @@ use xCAT::Utils; use xCAT::TableUtils; use Getopt::Long; use Sys::Hostname; +use xCAT::SvrUtils; use strict; use Data::Dumper;