mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
auth_generic: fix empty initializer compile warning
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
a4e90cfec4
commit
cce4e8012c
@ -66,7 +66,7 @@ static NTSTATUS auth3_generate_session_info_pac(struct auth4_context *auth_ctx,
|
||||
|
||||
if (pac_blob) {
|
||||
#ifdef HAVE_KRB5
|
||||
struct wbcAuthUserParams params = {};
|
||||
struct wbcAuthUserParams params = { 0 };
|
||||
struct wbcAuthUserInfo *info = NULL;
|
||||
struct wbcAuthErrorInfo *err = NULL;
|
||||
wbcErr wbc_err;
|
||||
|
Loading…
x
Reference in New Issue
Block a user