From 138245b770337f4f15b26500be09ccf841f293b2 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 27 Apr 2004 04:38:13 +0000 Subject: crud stripping; henning ok --- usr.sbin/bgpd/parse.y | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/bgpd/parse.y') diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y index 84681966635..4083a9bd81d 100644 --- a/usr.sbin/bgpd/parse.y +++ b/usr.sbin/bgpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.87 2004/04/27 02:35:24 henning Exp $ */ +/* $OpenBSD: parse.y,v 1.88 2004/04/27 04:38:12 deraadt Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer @@ -318,7 +318,7 @@ address : STRING { if (!host($1, &$$, &len)) { yyerror("could not parse address spec \"%s\"", - $1); + $1); free($1); YYERROR; } @@ -342,7 +342,7 @@ prefix : STRING '/' number { if (!host(s, &$$.prefix, &$$.len)) { yyerror("could not parse address \"%s/%u\"", - $1, $3); + $1, $3); free(s); free($1); YYERROR; -- cgit v1.2.3