mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Ensure we don't send a reply if we couldn't push the CLDAP blob
Andrew Bartlett
(This used to be commit a8ec36eba7
)
This commit is contained in:
parent
d975cd9d8c
commit
38c68f1d5b
@ -712,7 +712,7 @@ NTSTATUS cldap_netlogon_reply(struct cldap_socket *cldap,
|
||||
status = push_netlogon_samlogon_response(&blob, tmp_ctx, cldap->iconv_convenience,
|
||||
netlogon);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
|
||||
return status;
|
||||
}
|
||||
reply.messageid = message_id;
|
||||
reply.dest = src;
|
||||
|
Loading…
Reference in New Issue
Block a user