1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +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 used to be commit 2e197f05ff)
This commit is contained in:
Andrew Bartlett 2004-09-22 23:53:41 +00:00 committed by Gerald (Jerry) Carter
parent 964d46138d
commit e517b653ab

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) {