summaryrefslogtreecommitdiff
path: root/logging.c
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1999-04-06 05:38:59 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1999-04-06 05:38:59 +0000
commit7f126c17207bbf6d6c365e243506345e8226ac68 (patch)
tree1f94254a9edb5c07c5f400c268a3c13232bb950f /logging.c
parentb107b80b88eec00a50f5b551ad7ae8fc0e2e91d8 (diff)
downloadsudo-7f126c17207bbf6d6c365e243506345e8226ac68.tar.gz
Kill GLOBAL_NO_SPW_ENT (not used) and crank GLOBAL_PROBLEM
Diffstat (limited to 'logging.c')
-rw-r--r--logging.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/logging.c b/logging.c
index 7c569aa68..45f9250e3 100644
--- a/logging.c
+++ b/logging.c
@@ -605,11 +605,6 @@ void inform_user(code)
"Intruder Alert! You don't exist in the passwd file\n\n");
break;
- case GLOBAL_NO_SPW_ENT:
- (void) fprintf(stderr,
- "Intruder Alert! You don't exist in the shadow passwd file\n\n");
- break;
-
case GLOBAL_NO_HOSTNAME:
(void) fprintf(stderr,
"This machine does not have a hostname\n\n");