From 2702329dda68d7b7725dcb8dc494ed737eb49e57 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 3 Apr 2013 18:20:58 +0000 Subject: [PATCH] Fix error in esxi plugin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15813 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/esx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index ea7bf99a0..ff48566b7 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -4225,7 +4225,7 @@ sub copycd { if ($::XCATSITEVALS{osimagerequired}){ my $haveimages=xCAT::SvrUtils->update_tables_with_templates($distname, $arch,"","",checkonly=>1); unless ($haveimages) { - $callback->({error => "No Templates found to support $distname($arch)"}); + $output_handler->({error => "No Templates found to support $distname($arch)"}); } }