diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-16 15:08:52 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-16 15:08:52 +0000 |
commit | e5a47266d0d6b8614c5199ea513de029b35552b0 (patch) | |
tree | c4be4663e076daa4f78d2f9f78787e879fcf0dfc | |
parent | e79671a72ccd392debcce1cdc05e46747eaf37e2 (diff) |
Turned off LOCAL_DEBUG.
-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 a7f3e10e..163a76c3 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" |