=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/monitor.c,v retrieving revision 1.162 retrieving revision 1.163 diff -u -r1.162 -r1.163 --- src/usr.bin/ssh/monitor.c 2016/08/13 17:47:41 1.162 +++ src/usr.bin/ssh/monitor.c 2016/08/19 03:18:06 1.163 @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.c,v 1.162 2016/08/13 17:47:41 markus Exp $ */ +/* $OpenBSD: monitor.c,v 1.163 2016/08/19 03:18:06 djm Exp $ */ /* * Copyright 2002 Niels Provos * Copyright 2002 Markus Friedl @@ -1120,9 +1120,6 @@ struct ssh *ssh = active_state; /* XXX */ socklen_t fromlen; struct sockaddr_storage from; - - if (options.use_login) - return; /* * Get IP address of client. If the connection is not a socket, let