(krb5_get_init_creds_opt_set_default_flags): fix argument to
krb5_get_init_creds_opt_set_addressless. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17997 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -226,7 +226,7 @@ krb5_get_init_creds_opt_set_default_flags(krb5_context context,
|
|||||||
krb5_appdefault_boolean(context, appname, realm, "no-addresses",
|
krb5_appdefault_boolean(context, appname, realm, "no-addresses",
|
||||||
FALSE, &b);
|
FALSE, &b);
|
||||||
if (b)
|
if (b)
|
||||||
krb5_get_init_creds_opt_set_addressless (opt, TRUE);
|
krb5_get_init_creds_opt_set_addressless (context, opt, TRUE);
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
krb5_appdefault_boolean(context, appname, realm, "anonymous", FALSE, &b);
|
krb5_appdefault_boolean(context, appname, realm, "anonymous", FALSE, &b);
|
||||||
|
Reference in New Issue
Block a user