svn commit: samba r23003 - in branches/SAMBA_3_0_26/source/libsmb: .

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


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

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

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

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


Changeset:
Modified: branches/SAMBA_3_0_26/source/libsmb/libsmbclient.c
===================================================================
--- branches/SAMBA_3_0_26/source/libsmb/libsmbclient.c	2007-05-18 13:44:07 UTC (rev 23002)
+++ branches/SAMBA_3_0_26/source/libsmb/libsmbclient.c	2007-05-18 13:44:34 UTC (rev 23003)
@@ -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