mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +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 *state = tevent_req_data(req,
|
||||||
struct cldap_netlogon_state);
|
struct cldap_netlogon_state);
|
||||||
NTSTATUS status;
|
NTSTATUS status = NT_STATUS_UNSUCCESSFUL;
|
||||||
DATA_BLOB *data;
|
DATA_BLOB *data;
|
||||||
|
|
||||||
if (tevent_req_is_nterror(req, &status)) {
|
if (tevent_req_is_nterror(req, &status)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user