From 898768d8575c88674ac9267a3c72fb6f08624d2c Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 28 May 2001 00:04:52 +0000 Subject: [PATCH] (krb5_get_init_creds_opt_set_default_flags): fix typo git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10009 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/init_creds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/init_creds.c b/lib/krb5/init_creds.c index 0eea22c06..b84d43026 100644 --- a/lib/krb5/init_creds.c +++ b/lib/krb5/init_creds.c @@ -123,7 +123,7 @@ krb5_get_init_creds_opt_set_default_flags(krb5_context context, krb5_get_init_creds_opt_set_renew_life(opt, t); krb5_appdefault_boolean(context, appname, realm, "no-addresses", FALSE, &b); - if (b) { + if (b) krb5_get_init_creds_opt_set_address_list (opt, &no_addrs); #if 0