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:
parent
964d46138d
commit
e517b653ab
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user