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:
committed by
Gerald (Jerry) Carter
parent
d483d88674
commit
2e197f05ff
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user