diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-04 11:08:28 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-04 11:08:28 +0200 |
commit | 1d9622e10ddc3baf2cd4f81bc2fa95593b4d3e85 (patch) | |
tree | 648d965a3c8f711b64eb5ddfd179a03cee272d78 /nest | |
parent | 1c1da87b271ee3db0045f31612d99894531ada54 (diff) | |
download | bird-1d9622e10ddc3baf2cd4f81bc2fa95593b4d3e85.tar bird-1d9622e10ddc3baf2cd4f81bc2fa95593b4d3e85.zip |
Switched off LOCAL_DEBUG.
Diffstat (limited to 'nest')
-rw-r--r-- | nest/locks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/locks.c b/nest/locks.c index d321fab..19a5df0 100644 --- a/nest/locks.c +++ b/nest/locks.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 "lib/resource.h" |