diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-01-07 16:24:36 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-01-07 16:24:36 +0100 |
commit | 29bfbae7936beb401d944daf0f0106aa8a92ef50 (patch) | |
tree | f42d5d466804c60db5a861aa6749b9a3ebcd7915 | |
parent | 3034b384dd9e6c78e686a294b1f80775fdb3e392 (diff) | |
download | bird-29bfbae7936beb401d944daf0f0106aa8a92ef50.tar bird-29bfbae7936beb401d944daf0f0106aa8a92ef50.zip |
Debugging change leaked to repository.
-rw-r--r-- | proto/ospf/ospf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 0b25ded..d1ad9f2 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -18,7 +18,6 @@ * normally allocate 2*mtu - (I found one cisco * sending packets mtu+16) */ -#define LOCAL_DEBUG 1 #ifdef LOCAL_DEBUG #define OSPF_FORCE_DEBUG 1 #else |