diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-07-05 21:18:55 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-07-05 21:18:55 +0200 |
commit | 2389c46fe314867f99bbdfa1f6c9ff92d433d754 (patch) | |
tree | cd8ef3c101dc22ec6990056f463227283bf850d8 /proto/ospf/dbdes.c | |
parent | b082c1bfcc53b10012a427aa3b4b8281fe2f496c (diff) |
Another pile of ipa_from_u32() calls.
Diffstat (limited to 'proto/ospf/dbdes.c')
-rw-r--r-- | proto/ospf/dbdes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index c190fe75..23946580 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -115,8 +115,8 @@ ospf_dbdes_send(struct ospf_neighbor *n, int next) { htonlsah(&(en->lsa), lsa); DBG("Working on: %d\n", i); - DBG("\tX%01x %-1I %-1I %p\n", en->lsa.type, en->lsa.id, - en->lsa.rt, en->lsa_body); + DBG("\tX%01x %-1I %-1I %p\n", en->lsa.type, ipa_from_u32(en->lsa.id), + ipa_from_u32(en->lsa.rt), en->lsa_body); lsa++; } |