diff options
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/auth/kerberos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/auth/kerberos.c b/source4/libcli/auth/kerberos.c index 224e4abbdc..50f2e0f24e 100644 --- a/source4/libcli/auth/kerberos.c +++ b/source4/libcli/auth/kerberos.c @@ -67,7 +67,7 @@ kerb_prompter(krb5_context ctx, void *data, return code; } - ZERO_STRUCT(options); + krb5_get_init_creds_opt_init(&options); if ((code = krb5_get_init_creds_password(ctx, &my_creds, me, password, kerb_prompter, |