Oops, forgot to remove a debugging kludge.
This commit is contained in:
parent
0b62c3a7c7
commit
7af99789c7
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ proto_item:
|
||||||
| PREFERENCE expr {
|
| PREFERENCE expr {
|
||||||
if ($2 < 0 || $2 > 255) cf_error("Invalid preference");
|
if ($2 < 0 || $2 > 255) cf_error("Invalid preference");
|
||||||
this_proto->preference = $2;
|
this_proto->preference = $2;
|
||||||
die("pref=%d", $2);
|
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue