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/ip_set.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/net/ip_set.ml
Date: Mon, 10 Oct 2005 12:22:55 -0400

Index: mldonkey/src/utils/net/ip_set.ml
diff -u mldonkey/src/utils/net/ip_set.ml:1.17 
mldonkey/src/utils/net/ip_set.ml:1.18
--- mldonkey/src/utils/net/ip_set.ml:1.17       Mon Sep 19 10:09:06 2005
+++ mldonkey/src/utils/net/ip_set.ml    Mon Oct 10 16:22:25 2005
@@ -12,7 +12,7 @@
   lprintf "%s[IPblock] "
   (log_time ()); lprintf
 
-module H = Weak2.Make(struct
+module H = Weak.Make(struct
        type t = string
        let hash s = Hashtbl.hash s
        let equal x y = x = y




reply via email to

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