fix defect 3245 2.8:return value of nodeset does not equal to 0 on ppc64

This commit is contained in:
immarvin 2013-08-06 00:53:30 -07:00
parent df1c520161
commit 8921bc2734

View File

@ -296,7 +296,8 @@ sub setstate {
my $pname = "yaboot.conf-" . $tmp;
unlink($tftpdir."/".$pname);
link($tftpdir."/etc/".$node,$tftpdir."/".$pname);
}
}
return;
}