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:57:05 -07:00
parent 38c2e8e06f
commit 27747c44fa

View File

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