mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Fix an uninitialized variable introduced by 3045d391
Simo, please check! Volker
This commit is contained in:
parent
ece9df0875
commit
0c09d28acf
@ -137,8 +137,7 @@ struct composite_context *resolve_name_send(struct resolve_context *ctx,
|
||||
struct resolve_state *state;
|
||||
|
||||
if (ctx == NULL || event_ctx == NULL) {
|
||||
composite_error(c, NT_STATUS_INVALID_PARAMETER);
|
||||
return c;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
c = composite_create(ctx, event_ctx);
|
||||
|
Loading…
Reference in New Issue
Block a user