summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/servconf.h
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2021-04-03 05:54:14 +0000
committerdjm <djm@openbsd.org>2021-04-03 05:54:14 +0000
commitf9c8f3f5a540c0dd092d83c13175762b6b0619cf (patch)
tree7b1ed2896d7e4faf2328960eb21ea62a3f1390ea /usr.bin/ssh/servconf.h
parentfix incorrect plural; from Ville Skyttä via GHPR#181 (diff)
downloadwireguard-openbsd-f9c8f3f5a540c0dd092d83c13175762b6b0619cf.tar.xz
wireguard-openbsd-f9c8f3f5a540c0dd092d83c13175762b6b0619cf.zip
whitespace (tab after space)
Diffstat (limited to '')
-rw-r--r--usr.bin/ssh/servconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/servconf.h b/usr.bin/ssh/servconf.h
index c0bc0509a56..70e0d9a4f91 100644
--- a/usr.bin/ssh/servconf.h
+++ b/usr.bin/ssh/servconf.h
@@ -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 <ylo@cs.hut.fi>
@@ -234,7 +234,7 @@ typedef struct {
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 */