1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4:smb_server/smb2: after smbsrv_terminate_connection() we have to return

req is a talloc child of the connection...

metze
This commit is contained in:
Stefan Metzmacher 2012-03-26 13:49:36 +02:00
parent e01d6f4af0
commit d72641ef76

View File

@ -252,7 +252,6 @@ static void smb2srv_chain_reply(struct smb2srv_request *p_req)
status = smb2srv_reply(req);
if (!NT_STATUS_IS_OK(status)) {
smbsrv_terminate_connection(smb_conn, nt_errstr(status));
talloc_free(req);
return;
}
}