1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

cleanup in lsupd.c, indenting, "struct proto" removed...

This commit is contained in:
Ondrej Filip
2004-06-04 21:05:43 +00:00
parent 9b7de4c4d1
commit 6f3203fabf
8 changed files with 308 additions and 277 deletions

View File

@@ -116,6 +116,6 @@ ospf_lsreq_receive(struct ospf_lsreq_packet *ps,
return;
}
}
ospf_lsupd_tx_list(n, &uplist);
ospf_lsupd_send_list(n, &uplist);
rfree(upslab);
}