ksmbd: add missing calling smb2_set_err_rsp() on error
If some error happen on smb2_sess_setup(), Need to call smb2_set_err_rsp() to set error response. This patch add missing calling smb2_set_err_rsp() on error. Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
0ba5439d9a
commit
0e2378eaa2
|
@ -1904,6 +1904,7 @@ out_err:
|
|||
ksmbd_conn_set_need_negotiate(conn);
|
||||
}
|
||||
}
|
||||
smb2_set_err_rsp(work);
|
||||
} else {
|
||||
unsigned int iov_len;
|
||||
|
||||
|
|
Loading…
Reference in New Issue