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:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user