From: djm@openbsd.org Date: Fri, 4 Oct 2019 04:13:39 +0000 (+0000) Subject: upstream: space X-Git-Tag: V_8_1_P1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7fbc75e119170f4d15c94a7fda4a1050e0871d6;p=thirdparty%2Fopenssh-portable.git upstream: space OpenBSD-Commit-ID: 350648bcf00a2454e7ef998b7d88e42552b348ac --- diff --git a/match.c b/match.c index fcf69596d..25c866a43 100644 --- a/match.c +++ b/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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -246,7 +246,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);