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


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/net/udpSocket.ml
Date: Tue, 09 Aug 2005 06:48:42 -0400

Index: mldonkey/src/utils/net/udpSocket.ml
diff -u mldonkey/src/utils/net/udpSocket.ml:1.16 
mldonkey/src/utils/net/udpSocket.ml:1.17
--- mldonkey/src/utils/net/udpSocket.ml:1.16    Thu Jul  7 17:22:43 2005
+++ mldonkey/src/utils/net/udpSocket.ml Tue Aug  9 10:48:38 2005
@@ -197,7 +197,7 @@
     let s, addr = match t.socks_local with
       None -> s, Unix.ADDR_INET(Ip.to_inet_addr ip, port) 
     | Some (ip, port) -> 
-       Buffer.clear buf;
+       Buffer.reset buf;
        buf_int8 buf 0;
        buf_int8 buf 0;
        buf_int8 buf 0;




reply via email to

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