1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-05 12:23:50 +03:00

r2544: (missed from the last commit)

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

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2004-09-22 23:53:41 +00:00
committed by Gerald (Jerry) Carter
parent d483d88674
commit 2e197f05ff

View File

@@ -49,7 +49,7 @@ struct smbsrv_request *init_smb_request(struct smbsrv_connection *smb_conn)
{
struct smbsrv_request *req;
smb_conn->socket.pkt_count++;
smb_conn->pkt_count++;
req = talloc_p(smb_conn, struct smbsrv_request);
if (!req) {