diff options
Diffstat (limited to 'client/options.c')
-rw-r--r-- | client/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/options.c b/client/options.c index 7b1f04e..1a85196 100644 --- a/client/options.c +++ b/client/options.c @@ -124,7 +124,7 @@ default_options(krb5_context ctx, struct options *options) /* Having no local realm may be intentional, so don't report an error. */ krb5_get_default_realm(ctx, &realm); - + /* Load the options. */ default_string(ctx, realm, "wallet_type", "wallet", &options->type); default_string(ctx, realm, "wallet_server", WALLET_SERVER, |