1
0
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:
Jeremy Allison 2008-02-12 17:21:17 -08:00
parent 9673162236
commit a6997bb2ff

View File

@ -2476,6 +2476,8 @@ static NTSTATUS get_user_info_21(TALLOC_CTX *mem_ctx,
TALLOC_FREE(pw);
return NT_STATUS_NO_MEMORY;
}
} else {
parameters = NULL;
}