0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

Oops, forgot to remove a debugging kludge.

This commit is contained in:
Martin Mares 1998-11-27 21:34:03 +00:00
parent 0b62c3a7c7
commit 7af99789c7

View File

@ -57,7 +57,6 @@ proto_item:
| PREFERENCE expr {
if ($2 < 0 || $2 > 255) cf_error("Invalid preference");
this_proto->preference = $2;
die("pref=%d", $2);
}
;