diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/kim/lib/kim_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kim/lib/kim_ui.c b/src/kim/lib/kim_ui.c index b585ff7a0..cf97fb2d3 100644 --- a/src/kim/lib/kim_ui.c +++ b/src/kim/lib/kim_ui.c @@ -225,7 +225,7 @@ krb5_error_code kim_ui_prompter (krb5_context in_krb5_context, terr = kim_os_identity_get_saved_password (context->identity, (kim_string *) &reply); - if (!terr) { got_saved_password = 1; } + if (!terr && reply) { got_saved_password = 1; } } if (!got_saved_password) { |
