mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r15850: another spot where r->out.error_string can be uninitialied
This commit is contained in:
parent
1d1d2aaeae
commit
4898b29c32
@ -217,6 +217,7 @@ struct composite_context *libnet_DeleteUser_send(struct libnet_context *ctx,
|
||||
|
||||
s->ctx = ctx;
|
||||
s->r = *r;
|
||||
ZERO_STRUCT(s->r.out);
|
||||
|
||||
if (s->r.in.domain_name == NULL) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user