mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonInteracti


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonInteractive.ml
Date: Mon, 21 Nov 2005 16:35:17 -0500

Index: mldonkey/src/daemon/common/commonInteractive.ml
diff -u mldonkey/src/daemon/common/commonInteractive.ml:1.51 
mldonkey/src/daemon/common/commonInteractive.ml:1.52
--- mldonkey/src/daemon/common/commonInteractive.ml:1.51        Sun Oct 16 
20:42:50 2005
+++ mldonkey/src/daemon/common/commonInteractive.ml     Mon Nov 21 21:35:16 2005
@@ -374,7 +374,7 @@
 
 let rec clean_exit n =
   let can_exit = networks_for_all (fun n -> network_clean_exit n) in
-  if can_exit || (!exit_counter > 3) then 
+  if can_exit || (!exit_counter > !!shutdown_timeout) then 
     exit_properly n
   else 
     if not !exit_timer then begin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]