From 9e2788b1c0fddf59a3c08657f6c306e32895d065 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Sun, 4 Jun 2006 13:53:28 +0000 Subject: 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. --- usr.bin/cvs/rcs.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr.bin/cvs/rcs.c') 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 * All rights reserved. @@ -1235,9 +1235,6 @@ next: } } - /* XXX */ - if (found == 0) - fatal("no matching branch on list"); break; } -- cgit v1.2.3