mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
Prevent "parameters" being used without initialization.
Jeremy. (This used to be commit f0195e937d5d42a8d92e9d861199538fd44a3c9b)
This commit is contained in:
parent
9673162236
commit
a6997bb2ff
@ -2476,6 +2476,8 @@ static NTSTATUS get_user_info_21(TALLOC_CTX *mem_ctx,
|
|||||||
TALLOC_FREE(pw);
|
TALLOC_FREE(pw);
|
||||||
return NT_STATUS_NO_MEMORY;
|
return NT_STATUS_NO_MEMORY;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
parameters = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user