From b8ad0657bfca19bb5cf8449c39f49d3a4b3b2fa2 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sat, 28 Nov 2009 13:52:19 +0000 Subject: [PATCH] -Fix syntax error in recent destiny plugin changes git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4687 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/destiny.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/destiny.pm b/xCAT-server/lib/xcat/plugins/destiny.pm index 1c7b00f15..06d53316c 100644 --- a/xCAT-server/lib/xcat/plugins/destiny.pm +++ b/xCAT-server/lib/xcat/plugins/destiny.pm @@ -225,7 +225,7 @@ sub setdestiny { if ($errored) {return;} unless ($state =~ /^netboot/) { $chainupdates->{$_}->{currchain}='boot' ; }; } - $chaintab->setNodesAttribs($chainupdates); }; + $chaintab->setNodesAttribs($chainupdates); } elsif ($state eq "shell" or $state eq "standby" or $state =~ /^runcmd/ or $state =~ /^runimage/) { $restab=xCAT::Table->new('noderes',-create=>1); my $bootparms=xCAT::Table->new('bootparams',-create=>1);