mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	probe_utils: remove extraneous else block
This commit is contained in:
		@@ -262,8 +262,6 @@ sub is_selinux_enforcing {
 | 
			
		||||
          elsif (/Enforcing/)  { $retval = 1; }
 | 
			
		||||
          else { $retval = 0; }
 | 
			
		||||
        }
 | 
			
		||||
    } else {
 | 
			
		||||
        $retval = 0;
 | 
			
		||||
    }
 | 
			
		||||
    return $retval;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user