Fix critical error in blade plugin from previous checkin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@308 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-01-21 21:07:57 +00:00
parent 065d31a2d2
commit e2c97a9c88

View File

@ -949,7 +949,7 @@ sub process_request {
pipe $cfd, $pfd;
$cfd->autoflush(1);
$pfd->autoflush(1);
my $cpid = xCAT::Utils->fork;
my $cpid = xCAT::Utils->xfork;
unless (defined($cpid)) { die "Fork error"; }
unless ($cpid) {
close($cfd);