X-Git-Url: http://olsr.org/git/?p=olsrd.git;a=blobdiff_plain;f=src%2Fneighbor_table.c;h=31b1fa7d1520b6986d35562ae2de47d937a35932;hp=bf71e4f07224a46ada10291bfbc37e80a9fe6a42;hb=741b8e95bd2b0d08b4a8ea8c04b116de1966bd92;hpb=1181e82c57035aec6f12bd1ca41a5294352aae21;ds=sidebyside diff --git a/src/neighbor_table.c b/src/neighbor_table.c index bf71e4f0..31b1fa7d 100644 --- a/src/neighbor_table.c +++ b/src/neighbor_table.c @@ -418,9 +418,7 @@ olsr_print_neighbor_table(void) for(neigh = neighbortable[idx].next; neigh != &neighbortable[idx]; neigh = neigh->next) { struct link_entry *lnk = get_best_link_to_neighbor(&neigh->neighbor_main_addr); if(lnk) { -#ifndef NODEBUG struct ipaddr_str buf; -#endif OLSR_PRINTF(1, "%-*s %5.3f %5.3f %s %s %s %d\n", iplen, olsr_ip_to_string(&buf, &neigh->neighbor_main_addr),