From 2d7fb61bc4f0e0e0127c6485d1e74770da6574c9 Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 12 Oct 2010 18:41:17 +0000 Subject: [PATCH] add target to get_nim_attr_val call git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7824 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 6fd01ce89..58c2a2746 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -4786,7 +4786,7 @@ sub rmnimimage { $loc = xCAT::InstUtils->get_nim_attr_val($resname, - 'location', $callback, "", $subreq); + 'location', $callback, $Sname, $subreq); } # need the directory name to remove these @@ -4794,7 +4794,7 @@ sub rmnimimage { my $tmp = xCAT::InstUtils->get_nim_attr_val($resname, - 'location', $callback, "", $subreq); + 'location', $callback, $Sname, $subreq); $loc = dirname($tmp); } }