diff options
-rw-r--r-- | nest/config.Y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/config.Y b/nest/config.Y index 697d43e..f467a1a 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); } ; |