177 eval { 178 if ( timeout_call( 10, sub { $ret = system($mnt_cmd); } ) 179 { 180 logit ("Couldn't get to $smbdest, and couldn't mount it running $mnt_cmd"); 181 return 1; 182 }