svn commit: samba r23002 - in branches/SAMBA_3_0_25/source/libsmb: .

derrell at samba.org derrell at samba.org
Fri May 18 13:44:07 GMT 2007


Author: derrell
Date: 2007-05-18 13:44:07 +0000 (Fri, 18 May 2007)
New Revision: 23002

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23002

Log:
  
- Fix but #4634.  Type of the size parameter to getpeername was wrong.

Modified:
   branches/SAMBA_3_0_25/source/libsmb/libsmbclient.c


Changeset:
Modified: branches/SAMBA_3_0_25/source/libsmb/libsmbclient.c
===================================================================
--- branches/SAMBA_3_0_25/source/libsmb/libsmbclient.c	2007-05-18 13:42:48 UTC (rev 23001)
+++ branches/SAMBA_3_0_25/source/libsmb/libsmbclient.c	2007-05-18 13:44:07 UTC (rev 23002)
@@ -500,7 +500,7 @@
 smbc_check_server(SMBCCTX * context,
                   SMBCSRV * server) 
 {
-        size_t size;
+        socklen_t size;
         struct sockaddr addr;
 
         /*



More information about the samba-cvs mailing list