diff options
author | paul <paul> | 2004-10-31 18:58:09 +0000 |
---|---|---|
committer | paul <paul> | 2004-10-31 18:58:09 +0000 |
commit | 2262bf3bb8cb0a7ea95225f54e87c05ff29e35bc (patch) | |
tree | 9c3122bce9e5726359f997ea08f192ea784be95d /bgpd/bgp_attr.c | |
parent | ae0de26e28ee58d80476c05b945b1b48ddcecd28 (diff) | |
download | quagga-2262bf3bb8cb0a7ea95225f54e87c05ff29e35bc.tar.bz2 quagga-2262bf3bb8cb0a7ea95225f54e87c05ff29e35bc.tar.xz |
2004-10-31 Paul Jakma <paul@dishone.st>
* {bgpd,bgp_attr}.c: size_t printf format should be ld.
Diffstat (limited to 'bgpd/bgp_attr.c')
-rw-r--r-- | bgpd/bgp_attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c index c8f5ed62..410754ef 100644 --- a/bgpd/bgp_attr.c +++ b/bgpd/bgp_attr.c @@ -1167,7 +1167,7 @@ bgp_attr_parse (struct peer *peer, struct attr *attr, bgp_size_t size, if (endp - BGP_INPUT_PNT (peer) < BGP_ATTR_MIN_LEN) { zlog (peer->log, LOG_WARNING, - "%s error BGP attribute length %d is smaller than min len", + "%s error BGP attribute length %ld is smaller than min len", peer->host, endp - STREAM_PNT (BGP_INPUT (peer))); bgp_notify_send (peer, |