=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.152 retrieving revision 1.153 diff -u -r1.152 -r1.153 --- src/usr.bin/ssh/servconf.h 2021/03/12 04:08:19 1.152 +++ src/usr.bin/ssh/servconf.h 2021/04/03 05:54:14 1.153 @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.152 2021/03/12 04:08:19 dtucker Exp $ */ +/* $OpenBSD: servconf.h,v 1.153 2021/04/03 05:54:14 djm Exp $ */ /* * Author: Tatu Ylonen @@ -234,7 +234,7 @@ struct connection_info { const char *user; const char *host; /* possibly resolved hostname */ - const char *address; /* remote address */ + const char *address; /* remote address */ const char *laddress; /* local address */ int lport; /* local port */ const char *rdomain; /* routing domain if available */