mirror of
https://git.burble.com/burble.dn42/bird.git
synced 2024-05-12 03:55:05 +00:00
Oops, forgot to remove a debugging kludge.
This commit is contained in:
@ -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);
|
||||
}
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user