summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2019-10-04 04:13:40 +0000
committerDamien Miller <djm@cvs.openbsd.org>2019-10-04 04:13:40 +0000
commit42e2617ee21944606352b1814a8f3db8a8ce607c (patch)
tree81ca3e19043719cd72d6671a08240cb8fba8487e /usr.bin/ssh
parent536450ddd1ec9ff1a2df64bc6a7f937280f2cf6d (diff)
space
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/match.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/match.c b/usr.bin/ssh/match.c
index a0658122c4f..b896c18559d 100644
--- a/usr.bin/ssh/match.c
+++ b/usr.bin/ssh/match.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: match.c,v 1.39 2019/03/06 22:14:23 dtucker Exp $ */
+/* $OpenBSD: match.c,v 1.40 2019/10/04 04:13:39 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -239,7 +239,7 @@ match_user(const char *user, const char *host, const char *ipaddr,
return 0;
}
- if ((p = strchr(pattern,'@')) == NULL)
+ if ((p = strchr(pattern, '@')) == NULL)
return match_pattern(user, pattern);
pat = xstrdup(pattern);