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/gnutellaInt


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/gnutella/gnutellaInteractive.ml
Date: Tue, 12 Jul 2005 19:09:01 -0400

Index: mldonkey/src/networks/gnutella/gnutellaInteractive.ml
diff -u mldonkey/src/networks/gnutella/gnutellaInteractive.ml:1.39 
mldonkey/src/networks/gnutella/gnutellaInteractive.ml:1.40
--- mldonkey/src/networks/gnutella/gnutellaInteractive.ml:1.39  Tue May 17 
13:18:05 2005
+++ mldonkey/src/networks/gnutella/gnutellaInteractive.ml       Tue Jul 12 
23:08:57 2005
@@ -424,6 +424,7 @@
         P.client_chat_port = 0 ;
         P.client_connect_time = BasicSocket.last_time ();
         P.client_software = "";
+        P.client_release = "";
         P.client_emulemod = "";
         P.client_downloaded = zero;
         P.client_uploaded = zero;
@@ -476,6 +477,7 @@
             (short_string_of_connection_state (client_state cc)));
           ("", "sr", cinfo.GuiTypes.client_name);
           ("", "sr", "gN"); (* cinfo.GuiTypes.client_software *)
+          ("", "sr", ""); (* cinfo.GuiTypes.client_release *)
           ] @
           (if !show_emulemods_column then [("", "sr", "")] else [])
           @ [




reply via email to

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