=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/match.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- src/usr.bin/ssh/match.c 2016/08/23 03:22:49 1.31 +++ src/usr.bin/ssh/match.c 2016/09/21 16:55:42 1.32 @@ -1,4 +1,4 @@ -/* $OpenBSD: match.c,v 1.31 2016/08/23 03:22:49 djm Exp $ */ +/* $OpenBSD: match.c,v 1.32 2016/09/21 16:55:42 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -156,8 +156,7 @@ return -1; /* Negative */ else got_positive = 1; /* Positive */ - } else if (negated) - got_positive = 1; + } } /*