diff options
author | 2006-06-04 13:53:27 +0000 | |
---|---|---|
committer | 2006-06-04 13:53:27 +0000 | |
commit | 6322e320a432c35ac82aeae48bbbc7bc070d8dcb (patch) | |
tree | a0f2c671958260729f5701495909a178ba484045 | |
parent | sprinkle -n voodoo over the add, commit and import commands. (diff) | |
download | wireguard-openbsd-6322e320a432c35ac82aeae48bbbc7bc070d8dcb.tar.xz wireguard-openbsd-6322e320a432c35ac82aeae48bbbc7bc070d8dcb.zip |
lets not stop looking for a branch if the first one
on the branches list does not match the one we are
looking for, it might be further down.
-rw-r--r-- | usr.bin/cvs/rcs.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/cvs/rcs.c b/usr.bin/cvs/rcs.c index 6ecc1608047..9940525a562 100644 --- a/usr.bin/cvs/rcs.c +++ b/usr.bin/cvs/rcs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.c,v 1.181 2006/06/04 09:52:56 joris Exp $ */ +/* $OpenBSD: rcs.c,v 1.182 2006/06/04 13:53:27 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -1235,9 +1235,6 @@ next: } } - /* XXX */ - if (found == 0) - fatal("no matching branch on list"); break; } |