mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/networks/gnutella/gnutellaPro


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/gnutella/gnutellaProto.ml
Date: Thu, 06 Oct 2005 06:21:33 -0400

Index: mldonkey/src/networks/gnutella/gnutellaProto.ml
diff -u mldonkey/src/networks/gnutella/gnutellaProto.ml:1.8 
mldonkey/src/networks/gnutella/gnutellaProto.ml:1.9
--- mldonkey/src/networks/gnutella/gnutellaProto.ml:1.8 Tue Sep  6 11:24:59 2005
+++ mldonkey/src/networks/gnutella/gnutellaProto.ml     Thu Oct  6 10:21:10 2005
@@ -847,13 +847,10 @@
   let table = !cached_qrt_table in
   
   let compressor, table =
-    if Autoconf.has_zlib then
       1, 
       let t = Autoconf.zlib__compress_string table in
       assert (Autoconf.zlib__uncompress_string2 t = table);
       t
-    else
-      0, table 
   in
   
   server_send_qrt_patch s {




reply via email to

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