summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-07-17 17:26:43 +1000
committerDamien Miller <djm@mindrot.org>2005-07-17 17:26:43 +1000
commitb6f72f5294ee8ab476ba59a97e8509ef864c5072 (patch)
tree633ab5ed082660231bb0e235e12f4900445dd6ba /auth2.c
parent0dc1bef12d30162ba09bfcc0b1cd6a5535ebdaab (diff)
downloadopenssh-git-b6f72f5294ee8ab476ba59a97e8509ef864c5072.tar.gz
-(djm) [audit.c auth1.c auth2.c entropy.c loginrec.c serverloop.c]
[ssh-rand-helper.c] fix portable 2nd level indents at 4 spaces too
Diffstat (limited to 'auth2.c')
-rw-r--r--auth2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth2.c b/auth2.c
index 2265d311..613b0e2b 100644
--- a/auth2.c
+++ b/auth2.c
@@ -234,7 +234,7 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method)
packet_write_wait();
}
fatal("Access denied for user %s by PAM account "
- "configuration", authctxt->user);
+ "configuration", authctxt->user);
}
}
#endif