summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2002-09-25 15:19:02 +0000
committermarkus <markus@openbsd.org>2002-09-25 15:19:02 +0000
commit48163840d27f39b57b7cabc574aa023dba23bd10 (patch)
treef11e205272b022c65adeac4f0108c2b61da81f65
parentremove rc5 (diff)
downloadwireguard-openbsd-48163840d27f39b57b7cabc574aa023dba23bd10.tar.xz
wireguard-openbsd-48163840d27f39b57b7cabc574aa023dba23bd10.zip
typo; pilot@monkey.org
-rw-r--r--usr.bin/ssh/sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.c b/usr.bin/ssh/sshd.c
index 1d14fe49811..8d130765055 100644
--- a/usr.bin/ssh/sshd.c
+++ b/usr.bin/ssh/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>
@@ -291,7 +291,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());
}
/*