1
0
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:
Andrew Tridgell 2006-05-24 05:18:55 +00:00 committed by Gerald (Jerry) Carter
parent 1d1d2aaeae
commit 4898b29c32

View File

@ -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) {