mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3: Fix an uninitialized variable warning
This commit is contained in:
parent
0834ecc6f3
commit
b7b7ce5aa4
@ -519,7 +519,7 @@ static void smb2cli_inbuf_received(struct tevent_req *subreq)
|
|||||||
struct cli_state);
|
struct cli_state);
|
||||||
TALLOC_CTX *frame = talloc_stackframe();
|
TALLOC_CTX *frame = talloc_stackframe();
|
||||||
struct tevent_req *req;
|
struct tevent_req *req;
|
||||||
struct smb2cli_req_state *state;
|
struct smb2cli_req_state *state = NULL;
|
||||||
struct iovec *iov;
|
struct iovec *iov;
|
||||||
int i, num_iov;
|
int i, num_iov;
|
||||||
NTSTATUS status;
|
NTSTATUS status;
|
||||||
|
Loading…
Reference in New Issue
Block a user