diff --git a/nest/config.Y b/nest/config.Y index 697d43ec..f467a1a4 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -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); } ;