Fix bug 3527493:lsslp return incompete object information

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12839 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2012-05-21 05:50:06 +00:00
parent 36381d4170
commit 1bb792ff2f

@ -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} )) {