diff --git a/xCAT-server/lib/xcat/plugins/lsslp.pm b/xCAT-server/lib/xcat/plugins/lsslp.pm index 408d31e99..65e90f9cd 100644 --- a/xCAT-server/lib/xcat/plugins/lsslp.pm +++ b/xCAT-server/lib/xcat/plugins/lsslp.pm @@ -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} )) {