=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth-rhosts.c,v retrieving revision 1.32 retrieving revision 1.32.6.1 diff -u -r1.32 -r1.32.6.1 --- src/usr.bin/ssh/auth-rhosts.c 2003/11/04 08:54:09 1.32 +++ src/usr.bin/ssh/auth-rhosts.c 2005/09/04 18:39:52 1.32.6.1 @@ -14,7 +14,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-rhosts.c,v 1.32 2003/11/04 08:54:09 djm Exp $"); +RCSID("$OpenBSD: auth-rhosts.c,v 1.32.6.1 2005/09/04 18:39:52 brad Exp $"); #include "packet.h" #include "uidswap.h" @@ -133,7 +133,7 @@ /* If the entry was negated, deny access. */ if (negated) { auth_debug_add("Matched negative entry in %.100s.", - filename); + filename); return 0; } /* Accept authentication. */