svn commit: samba r2544 - in branches/SAMBA_4_0/source/smb_server: .

abartlet at samba.org abartlet at samba.org
Wed Sep 22 23:53:42 GMT 2004


Author: abartlet
Date: 2004-09-22 23:53:41 +0000 (Wed, 22 Sep 2004)
New Revision: 2544

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/smb_server&rev=2544&nolog=1

Log:
(missed from the last commit)

smb_conn->socket has gone away, and the packet count is now in the
main structure.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/smb_server/request.c


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/request.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/request.c	2004-09-22 23:51:17 UTC (rev 2543)
+++ branches/SAMBA_4_0/source/smb_server/request.c	2004-09-22 23:53:41 UTC (rev 2544)
@@ -49,7 +49,7 @@
 {
 	struct smbsrv_request *req;
 
-	smb_conn->socket.pkt_count++;
+	smb_conn->pkt_count++;
 
 	req = talloc_p(smb_conn, struct smbsrv_request);
 	if (!req) {



More information about the samba-cvs mailing list