mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
libsmb: Remove an unnecessary variable assignment
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
f584474d7d
commit
2e59d6c370
@ -1562,8 +1562,7 @@ static void smbXcli_conn_received(struct tevent_req *subreq)
|
||||
if (subreq != conn->read_smb_req) {
|
||||
DEBUG(1, ("Internal error: cli_smb_received called with "
|
||||
"unexpected subreq\n"));
|
||||
status = NT_STATUS_INTERNAL_ERROR;
|
||||
smbXcli_conn_disconnect(conn, status);
|
||||
smbXcli_conn_disconnect(conn, NT_STATUS_INTERNAL_ERROR);
|
||||
TALLOC_FREE(frame);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user