Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/crypto/external/bsd/openssh/dist/auth-rhosts.c,v rcsdiff: /ftp/cvs/cvsroot/src/crypto/external/bsd/openssh/dist/auth-rhosts.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/crypto/external/bsd/openssh/dist/auth-rhosts.c 2009/06/07 22:38:46 1.2 +++ src/crypto/external/bsd/openssh/dist/auth-rhosts.c 2010/11/21 18:29:48 1.3 @@ -1,5 +1,5 @@ -/* $NetBSD: auth-rhosts.c,v 1.2 2009/06/07 22:38:46 christos Exp $ */ -/* $OpenBSD: auth-rhosts.c,v 1.43 2008/06/13 14:18:51 dtucker Exp $ */ +/* $NetBSD: auth-rhosts.c,v 1.3 2010/11/21 18:29:48 adam Exp $ */ +/* $OpenBSD: auth-rhosts.c,v 1.44 2010/03/07 11:57:13 dtucker Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -16,7 +16,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth-rhosts.c,v 1.2 2009/06/07 22:38:46 christos Exp $"); +__RCSID("$NetBSD: auth-rhosts.c,v 1.3 2010/11/21 18:29:48 adam Exp $"); #include #include @@ -317,11 +317,5 @@ int auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, const char *ipaddr) { - int ret; - - auth_debug_reset(); - ret = auth_rhosts2_raw(pw, client_user, hostname, ipaddr); - if (!use_privsep) - auth_debug_send(); - return ret; + return auth_rhosts2_raw(pw, client_user, hostname, ipaddr); }