summaryrefslogtreecommitdiff
path: root/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'logging.c')
-rw-r--r--logging.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/logging.c b/logging.c
index 692a9136f..74ab13d0c 100644
--- a/logging.c
+++ b/logging.c
@@ -288,6 +288,12 @@ void log_error(code)
tty, cwd, runas_user);
break;
+#ifdef HAVE_KERB5
+ case GLOBAL_KRB5_INIT_ERR:
+ (void) sprintf(p, "Could not initialize Kerberos V");
+ break;
+#endif /* HAVE_KERB5 */
+
default:
strcat(p, "found a weird error : ");
break;