From 3d0d67e460e46dafa232b6dff9d1a079dc986af1 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sat, 14 Mar 2009 00:48:50 +0000 Subject: [PATCH] -Fix typo in previous checkin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2895 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/wvid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/bin/wvid b/xCAT-client/bin/wvid index 39eb3227f..45ca8b9fb 100755 --- a/xCAT-client/bin/wvid +++ b/xCAT-client/bin/wvid @@ -19,7 +19,7 @@ sub process_response { my $resp = shift; foreach my $rst (\@{$resp->{node}}) { foreach my $rsp (@$rst) { - if ($rsp->{errorcode} and (not ref $rsp->{errorcode} or $rsp-{errorcode}->[0])) { + if ($rsp->{errorcode} and (not ref $rsp->{errorcode} or $rsp->{errorcode}->[0])) { print $rsp->{name}->[0].": Error: ".$rsp->{error}->[0]."\n"; } else { $rvidhash{$rsp->{name}->[0]}->{$rsp->{data}->[0]->{desc}->[0]} = $rsp->{data}->[0]->{contents}->[0];