mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/utils/net/basicSocket.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/net/basicSocket.ml
Date: Fri, 28 Oct 2005 04:21:51 -0400

Index: mldonkey/src/utils/net/basicSocket.ml
diff -u mldonkey/src/utils/net/basicSocket.ml:1.22 
mldonkey/src/utils/net/basicSocket.ml:1.23
--- mldonkey/src/utils/net/basicSocket.ml:1.22  Thu Oct 27 21:30:43 2005
+++ mldonkey/src/utils/net/basicSocket.ml       Fri Oct 28 08:21:49 2005
@@ -550,7 +550,7 @@
 *)
       exec_hooks !before_select_hooks;
 (*      lprintf "Tasks %d\n" (List.length !fd_tasks); *)
-      if !fd_tasks <> [] then select !fd_tasks !timeout;
+      select !fd_tasks !timeout;
     with
     | e ->
         lprintf_nl "Exception %s in Select.loop" (Printexc2.to_string e);
@@ -602,10 +602,6 @@
         close s Closed_by_user
   ) !fd_tasks
 
-let really_close_all () =
-  List.iter (fun s ->
-    close s Closed_by_user
-  ) !fd_tasks
 
 let last_time () = !last_time
 let start_time = last_time ()




reply via email to

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