svn commit: samba r23904 - in branches: SAMBA_3_2/source/smbd SAMBA_3_2_0/source/smbd

vlendec at samba.org vlendec at samba.org
Mon Jul 16 21:17:27 GMT 2007


Author: vlendec
Date: 2007-07-16 21:17:26 +0000 (Mon, 16 Jul 2007)
New Revision: 23904

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

Log:
Remove an unused variable reference
Modified:
   branches/SAMBA_3_2/source/smbd/reply.c
   branches/SAMBA_3_2_0/source/smbd/reply.c


Changeset:
Modified: branches/SAMBA_3_2/source/smbd/reply.c
===================================================================
--- branches/SAMBA_3_2/source/smbd/reply.c	2007-07-16 19:36:46 UTC (rev 23903)
+++ branches/SAMBA_3_2/source/smbd/reply.c	2007-07-16 21:17:26 UTC (rev 23904)
@@ -27,7 +27,6 @@
 
 /* look in server.c for some explanation of these variables */
 extern enum protocol_types Protocol;
-extern int max_send;
 extern int max_recv;
 unsigned int smb_echo_count = 0;
 extern uint32 global_client_caps;

Modified: branches/SAMBA_3_2_0/source/smbd/reply.c
===================================================================
--- branches/SAMBA_3_2_0/source/smbd/reply.c	2007-07-16 19:36:46 UTC (rev 23903)
+++ branches/SAMBA_3_2_0/source/smbd/reply.c	2007-07-16 21:17:26 UTC (rev 23904)
@@ -27,7 +27,6 @@
 
 /* look in server.c for some explanation of these variables */
 extern enum protocol_types Protocol;
-extern int max_send;
 extern int max_recv;
 unsigned int smb_echo_count = 0;
 extern uint32 global_client_caps;



More information about the samba-cvs mailing list