mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-14 20:27:43 +00:00
Merge pull request #390 from evilaliv3/C_dellamadonna
fixed a border-router.c C syntax error
This commit is contained in:
@@ -158,7 +158,7 @@ PT_THREAD(generate_routes(struct httpd_state *s))
|
||||
for(nbr = nbr_table_head(ds6_neighbors);
|
||||
nbr != NULL;
|
||||
nbr = nbr_table_next(ds6_neighbors, nbr)) {
|
||||
ipaddr_add(&nbr->ipaddr;);
|
||||
ipaddr_add(&nbr->ipaddr);
|
||||
ADD("\n");
|
||||
if(blen > sizeof(buf) - 45) {
|
||||
SEND_STRING(&s->sout, buf);
|
||||
|
Reference in New Issue
Block a user