Remove timeout from send_cmd() call - Line #385

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@696 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish 2008-03-05 20:52:31 +00:00
parent 5f352bd237
commit c14f0d7dce

View File

@ -382,7 +382,7 @@ sub chsysstate {
#####################################
# Send command
#####################################
my $result = send_cmd( $exp, $cmd, $timeout );
my $result = send_cmd( $exp, $cmd );
return( $result );
}