diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 19:49:25 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 19:49:25 +0200 |
commit | 12bed559ffaccc7093188722899e4ac85521777e (patch) | |
tree | 2781fe7cf6de7cf8cb94ec412fb2417fbfe15ec1 /proto/ospf/packet.c | |
parent | 85305e5d8f7137dc5ce4572d72e80ad186792b37 (diff) | |
download | bird-12bed559ffaccc7093188722899e4ac85521777e.tar bird-12bed559ffaccc7093188722899e4ac85521777e.zip |
dbdes indent an minor changes.
Diffstat (limited to 'proto/ospf/packet.c')
-rw-r--r-- | proto/ospf/packet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/packet.c b/proto/ospf/packet.c index ea10fc9..ce7a629 100644 --- a/proto/ospf/packet.c +++ b/proto/ospf/packet.c @@ -80,7 +80,7 @@ ospf_pkt_finalize (struct ospf_iface *ifa, struct ospf_packet *pkt) * non generic functions. */ int -ospf_rx_hook (sock * sk, int size) +ospf_rx_hook (sock *sk, int size) { #ifndef IPV6 struct ospf_packet *ps; @@ -180,7 +180,7 @@ ospf_rx_hook (sock * sk, int size) break; case DBDES_P: DBG ("%s: Database description received.\n", p->name); - ospf_dbdes_rx ((struct ospf_dbdes_packet *) ps, p, ifa, size); + ospf_dbdes_receive ((struct ospf_dbdes_packet *) ps, ifa, size); break; case LSREQ_P: DBG ("%s: Link state request received.\n", p->name); |