diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-16 17:08:52 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-16 17:08:52 +0200 |
commit | e5a47266d0d6b8614c5199ea513de029b35552b0 (patch) | |
tree | c4be4663e076daa4f78d2f9f78787e879fcf0dfc /proto/rip | |
parent | e79671a72ccd392debcce1cdc05e46747eaf37e2 (diff) | |
download | bird-e5a47266d0d6b8614c5199ea513de029b35552b0.tar bird-e5a47266d0d6b8614c5199ea513de029b35552b0.zip |
Turned off LOCAL_DEBUG.
Diffstat (limited to 'proto/rip')
-rw-r--r-- | proto/rip/rip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c index a7f3e10..163a76c 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -42,7 +42,7 @@ */ -#define LOCAL_DEBUG +#undef LOCAL_DEBUG #include "nest/bird.h" #include "nest/iface.h" |