From 43d01f4bde6421e20d61d98a6300446672c6e2ad Mon Sep 17 00:00:00 2001 From: nott Date: Mon, 15 Oct 2012 18:53:35 +0000 Subject: [PATCH] fix SN name in checkNIMnetworks call git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14017 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index ff7a1a90b..d6e1ddee0 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -12860,7 +12860,7 @@ sub make_SN_resource } # end if $::NFSv4 # make sure we have the NIM networks defs etc we need for these nodes - if (&checkNIMnetworks($callback, \@nodelist, \%nethash, $Sname, $subreq) != + if (&checkNIMnetworks($callback, \@nodelist, \%nethash, $SNname, $subreq) != 0) { return 1;