summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-09-27 13:22:31 +1000
committerDamien Miller <djm@mindrot.org>2002-09-27 13:22:31 +1000
commitd27a76de65d557e36420046e44a014d3190f89cb (patch)
tree89194095c6c15495d8ef07e33fa5a3a5641d9bc5 /sshd.c
parentd681d2602c87f7652a84b43f3521c4b06731e844 (diff)
downloadopenssh-git-d27a76de65d557e36420046e44a014d3190f89cb.tar.gz
- markus@cvs.openbsd.org 2002/09/25 15:19:02
[sshd.c] typo; pilot@monkey.org
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index 37026dc2..986c7127 100644
--- a/sshd.c
+++ b/sshd.c
@@ -42,7 +42,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshd.c,v 1.258 2002/09/13 19:23:09 stevesk Exp $");
+RCSID("$OpenBSD: sshd.c,v 1.259 2002/09/25 15:19:02 markus Exp $");
#include <openssl/dh.h>
#include <openssl/bn.h>
@@ -304,7 +304,7 @@ grace_alarm_handler(int sig)
/* XXX no idea how fix this signal handler */
/* Log error and exit. */
- fatal("Timeout before authentication for %s.", get_remote_ipaddr());
+ fatal("Timeout before authentication for %s", get_remote_ipaddr());
}
/*