diff options
Diffstat (limited to 'proto')
-rw-r--r-- | proto/ospf/lsupd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index b405a66..e01a019 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -229,7 +229,7 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p, if(n->state<NEIGHBOR_EXCHANGE) { debug("%s: Received lsupd in lesser state than EXCHANGE from (%I)\n", - p->name); + p->name,n->ip); return; } |