diff options
-rw-r--r-- | monitor.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor.c,v 1.145 2015/02/20 22:17:21 djm Exp $ */ | 1 | /* $OpenBSD: monitor.c,v 1.146 2015/04/17 04:32:31 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 3 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
4 | * Copyright 2002 Markus Friedl <markus@openbsd.org> | 4 | * Copyright 2002 Markus Friedl <markus@openbsd.org> |
@@ -1474,6 +1474,9 @@ mm_record_login(Session *s, struct passwd *pw) | |||
1474 | socklen_t fromlen; | 1474 | socklen_t fromlen; |
1475 | struct sockaddr_storage from; | 1475 | struct sockaddr_storage from; |
1476 | 1476 | ||
1477 | if (options.use_login) | ||
1478 | return; | ||
1479 | |||
1477 | /* | 1480 | /* |
1478 | * Get IP address of client. If the connection is not a socket, let | 1481 | * Get IP address of client. If the connection is not a socket, let |
1479 | * the address be 0.0.0.0. | 1482 | * the address be 0.0.0.0. |