diff options
Diffstat (limited to 'proto')
-rw-r--r-- | proto/pipe/pipe.c | 2 | ||||
-rw-r--r-- | proto/static/static.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/proto/pipe/pipe.c b/proto/pipe/pipe.c index f1a190f..dde2ee7 100644 --- a/proto/pipe/pipe.c +++ b/proto/pipe/pipe.c @@ -6,7 +6,7 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ -#define LOCAL_DEBUG +#undef LOCAL_DEBUG #include "nest/bird.h" #include "nest/iface.h" diff --git a/proto/static/static.c b/proto/static/static.c index afd3a10..1aee2c7 100644 --- a/proto/static/static.c +++ b/proto/static/static.c @@ -6,7 +6,7 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ -#define LOCAL_DEBUG +#undef LOCAL_DEBUG #include <string.h> |