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:
parent
0b62c3a7c7
commit
7af99789c7
@ -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);
|
||||
}
|
||||
;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user