diff options
Diffstat (limited to 'usr.sbin/bgpctl/parser.c')
-rw-r--r-- | usr.sbin/bgpctl/parser.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bgpctl/parser.c b/usr.sbin/bgpctl/parser.c index 695ee28209a..18347638a3f 100644 --- a/usr.sbin/bgpctl/parser.c +++ b/usr.sbin/bgpctl/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.1 2004/01/21 23:45:18 henning Exp $ */ +/* $OpenBSD: parser.c,v 1.2 2004/01/29 12:02:13 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -137,9 +137,9 @@ parse(int argc, char *argv[]) if (match->type == NOTOKEN) break; - + if (match->next == NULL) - break; + break; table = match->next; } |