[openssh-commits] [openssh] 01/01: upstream: Fix previous by calling the correct function.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jul 15 17:11:23 AEST 2020
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 9c9ddc1391d6af8d09580a2424ab467d0a5df3c7
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Wed Jul 15 06:43:16 2020 +0000
upstream: Fix previous by calling the correct function.
OpenBSD-Regress-ID: 821cdd1dff9c502cceff4518b6afcb81767cad5a
---
regress/unittests/match/tests.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regress/unittests/match/tests.c b/regress/unittests/match/tests.c
index fdadb6b9..4fefaf4f 100644
--- a/regress/unittests/match/tests.c
+++ b/regress/unittests/match/tests.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tests.c,v 1.6 2020/07/15 05:36:50 dtucker Exp $ */
+/* $OpenBSD: tests.c,v 1.7 2020/07/15 06:43:16 dtucker Exp $ */
/*
* Regress test for matching functions
*
@@ -105,7 +105,7 @@ tests(void)
#define CHECK_FILTER(string,filter,expected) \
do { \
- char *result = match_filter_allowlist((string), (filter)); \
+ char *result = match_filter_denylist((string), (filter)); \
ASSERT_STRING_EQ(result, expected); \
free(result); \
} while (0)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list