Fix bug 3527493:lsslp return incompete object information
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12840 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -314,8 +314,8 @@ sub parse_args {
 | 
			
		||||
    # Check the validation of -T option
 | 
			
		||||
    #############################################
 | 
			
		||||
    if ( exists( $opt{T} )) {
 | 
			
		||||
        $globalopt{time_out} = $opt{T};
 | 
			
		||||
        if ( $globalopt{time_out} !~ /^\d+$/ ) {
 | 
			
		||||
        $globalopt{T} = $opt{T};
 | 
			
		||||
        if ( $globalopt{T} !~ /^\d+$/ ) {
 | 
			
		||||
            return( usage( "Invalid timeout value, should be number" ));
 | 
			
		||||
        }
 | 
			
		||||
        #if (!exists( $opt{C} )) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user