From 2dc75a89d3225380fc4892aedf374f52c5337a48 Mon Sep 17 00:00:00 2001 From: immarvin Date: Wed, 28 Dec 2011 06:05:05 +0000 Subject: [PATCH] corrected a typo in subroutine updateOS() git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11307 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/updatenode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index c283b6be6..482898d80 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -2475,7 +2475,7 @@ sub updateOS { # Get HTTP server my $http = xCAT::Utils->my_ip_facing($node); - if ( !$htp ) { + if ( !$http ) { push @{$rsp->{data}}, "$node: (Error) Missing HTTP server"; xCAT::MsgUtils->message("I", $rsp, $callback); return;