now gives host

This commit is contained in:
Todd C. Miller
1995-03-28 20:26:30 +00:00
parent 8a7d8fb41c
commit 839b5e7ffd

View File

@@ -489,8 +489,8 @@ void inform_user(code)
case VALIDATE_NOT_OK: case VALIDATE_NOT_OK:
(void) fprintf(stderr, (void) fprintf(stderr,
"Sorry, user %s is not allowed to execute %s\n\n", "Sorry, user %s is not allowed to execute %s on %s.\n\n",
user, cmnd); user, cmnd, host);
break; break;
case VALIDATE_ERROR: case VALIDATE_ERROR: