summaryrefslogtreecommitdiff
path: root/auth2.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-09-14 12:45:47 +0000
committerColin Watson <cjwatson@debian.org>2005-09-14 12:45:47 +0000
commit9b71add4cecf753c45f5fbd6ff0913bc95b3e95d (patch)
treed4ea8fdb30c7949c6433f5277c39548ea579d4dc /auth2.c
parented07bcbea56007ab5b218ddf3aa6a7d4e21966e0 (diff)
parent16704d57999d987fb8d9ba53379841a79f016d67 (diff)
Merge 4.2p1 to the trunk.
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 a89842358..dfb284691 100644
--- a/auth2.c
+++ b/auth2.c
@@ -240,7 +240,7 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method)
240 packet_write_wait(); 240 packet_write_wait();
241 } 241 }
242 fatal("Access denied for user %s by PAM account " 242 fatal("Access denied for user %s by PAM account "
243 "configuration", authctxt->user); 243 "configuration", authctxt->user);
244 } 244 }
245 } 245 }
246#endif 246#endif