summaryrefslogtreecommitdiff
path: root/logging.c
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1999-01-17 22:08:55 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1999-01-17 22:08:55 +0000
commitd9c09bba818d66c0b2331bdb8c822ab4fcba1c1a (patch)
tree772c9d2fb452f9b5454607b595c7381fc0fb11f0 /logging.c
parenta42a08f146b3e353068c14f2bd16603a548b31a9 (diff)
downloadsudo-d9c09bba818d66c0b2331bdb8c822ab4fcba1c1a.tar.gz
kerb5 support from fcusack@iconnet.net
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;