mirror of
https://github.com/samba-team/samba.git
synced 2025-02-09 09:57:48 +03:00
s3:Fix a bogus uninitialized variable warning
This commit is contained in:
parent
300667e4a9
commit
a27bd84bf8
@ -130,7 +130,7 @@ static void smbd_smb2_request_getinfo_done(struct tevent_req *subreq)
|
|||||||
uint16_t out_output_buffer_offset;
|
uint16_t out_output_buffer_offset;
|
||||||
DATA_BLOB out_output_buffer = data_blob_null;
|
DATA_BLOB out_output_buffer = data_blob_null;
|
||||||
NTSTATUS status;
|
NTSTATUS status;
|
||||||
NTSTATUS call_status;
|
NTSTATUS call_status = NT_STATUS_OK;
|
||||||
NTSTATUS error; /* transport error */
|
NTSTATUS error; /* transport error */
|
||||||
|
|
||||||
status = smbd_smb2_getinfo_recv(subreq,
|
status = smbd_smb2_getinfo_recv(subreq,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user