Whamcloud - gitweb
the last merge b_devel to b_cray
authornfshp <nfshp>
Tue, 8 Apr 2003 09:35:30 +0000 (09:35 +0000)
committernfshp <nfshp>
Tue, 8 Apr 2003 09:35:30 +0000 (09:35 +0000)
lustre/utils/lconf.in

index b52b097..f17ff25 100755 (executable)
@@ -1750,7 +1750,7 @@ def sys_set_timeout(timeout):
     # the command overrides the value in the node config
     if config.timeout > 0:
         timeout = config.timeout
-    if timeout > 0:
+    if timeout != None and timeout > 0:
         sysctl('lustre/timeout', timeout)
 
 def sys_set_ptldebug():