mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
libcli: Make sure status is initialized.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
c98f8ce074
commit
c3b00b9944
@ -1020,7 +1020,7 @@ NTSTATUS cldap_netlogon_recv(struct tevent_req *req,
|
||||
{
|
||||
struct cldap_netlogon_state *state = tevent_req_data(req,
|
||||
struct cldap_netlogon_state);
|
||||
NTSTATUS status;
|
||||
NTSTATUS status = NT_STATUS_UNSUCCESSFUL;
|
||||
DATA_BLOB *data;
|
||||
|
||||
if (tevent_req_is_nterror(req, &status)) {
|
||||
|
Loading…
Reference in New Issue
Block a user