summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-01-07 16:24:36 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2010-01-07 16:24:36 +0100
commit29bfbae7936beb401d944daf0f0106aa8a92ef50 (patch)
treef42d5d466804c60db5a861aa6749b9a3ebcd7915 /proto
parent3034b384dd9e6c78e686a294b1f80775fdb3e392 (diff)
downloadbird-29bfbae7936beb401d944daf0f0106aa8a92ef50.tar
bird-29bfbae7936beb401d944daf0f0106aa8a92ef50.zip
Debugging change leaked to repository.
Diffstat (limited to 'proto')
-rw-r--r--proto/ospf/ospf.h1
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