Repositories
/
olsrd.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* killed lots of #ifdef ... #endif which make the source quite unreadable
[olsrd.git]
/
src
/
duplicate_set.c
diff --git
a/src/duplicate_set.c
b/src/duplicate_set.c
index
d608b58
..
67c15b1
100644
(file)
--- a/
src/duplicate_set.c
+++ b/
src/duplicate_set.c
@@
-89,9
+89,7
@@
int olsr_shall_process_message(void *ip, olsr_u16_t seqnr) {
void *mainIp;
clock_t valid_until;
void *mainIp;
clock_t valid_until;
-#ifndef NODEBUG
struct ipaddr_str buf;
struct ipaddr_str buf;
-#endif
// get main address
mainIp = mid_lookup_main_addr(ip);
if (mainIp == NULL) {
// get main address
mainIp = mid_lookup_main_addr(ip);
if (mainIp == NULL) {