From 3dbc38fd6b19538e2325a1901659ead4e0a9db40 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 8 Nov 2004 02:28:12 +0000 Subject: r3612: This appears to be the 'offical' way to initialise this struct. Andrew Bartlett (This used to be commit 47d67c6e5b265e4192fcae0d9cd72b3ac097785e) --- source4/libcli/auth/kerberos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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, -- cgit