From 00b61645ebc01e2e2e880624f1c960e4e02a7f0b Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 12 Nov 2001 10:51:23 +1100 Subject: - markus@cvs.openbsd.org 2001/10/24 08:41:41 [sshd.c] mention remote port in debug message --- sshd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sshd.c') diff --git a/sshd.c b/sshd.c index 2a7309816..b2ed51e24 100644 --- a/sshd.c +++ b/sshd.c @@ -40,7 +40,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshd.c,v 1.206 2001/10/02 22:56:09 stevesk Exp $"); +RCSID("$OpenBSD: sshd.c,v 1.207 2001/10/24 08:41:41 markus Exp $"); #include #include @@ -1177,7 +1177,7 @@ main(int ac, char **av) if (remote_port >= IPPORT_RESERVED || remote_port < IPPORT_RESERVED / 2) { debug("Rhosts Authentication disabled, " - "originating port not trusted."); + "originating port %d not trusted.", remote_port); options.rhosts_authentication = 0; } #if defined(KRB4) && !defined(KRB5) -- cgit v1.2.3