mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 16:48:43 +00:00
Bug fix in sending updates.
This commit is contained in:
parent
0e1b949be7
commit
5d608eba16
@ -151,7 +151,7 @@ ospf_lsupd_tx_list(struct ospf_neighbor *n, list *l)
|
||||
u8 ii;
|
||||
u8 *jj=n->ifa->ip_sk->tbuf;
|
||||
|
||||
if(HEAD(*l)==NULL) return;
|
||||
if(EMPTY_LIST(*l)) return;
|
||||
|
||||
pk=(struct ospf_lsupd_packet *)n->ifa->ip_sk->tbuf;
|
||||
op=(struct ospf_packet *)n->ifa->ip_sk->tbuf;
|
||||
|
Loading…
Reference in New Issue
Block a user