diff options
author | Martin Mares <mj@ucw.cz> | 1998-11-27 22:34:03 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-11-27 22:34:03 +0100 |
commit | 7af99789c78894fa2c7ffce3d7172d6a46c1c0e3 (patch) | |
tree | 693e0c152e1a7384c48406ac51693055aea74955 /nest | |
parent | 0b62c3a7c7548cd447b4f18e0346cc9e74862ab3 (diff) | |
download | bird-7af99789c78894fa2c7ffce3d7172d6a46c1c0e3.tar bird-7af99789c78894fa2c7ffce3d7172d6a46c1c0e3.zip |
Oops, forgot to remove a debugging kludge.
Diffstat (limited to 'nest')
-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); } ; |