]> git.puffer.fish Git - mirror/frr.git/commit
[bgpd] Trivial fix of printf format/arg mismatch
authorAndrew J. Schorr <ajschorr@alumni.princeton.edu>
Tue, 19 Sep 2006 18:51:53 +0000 (18:51 +0000)
committerAndrew J. Schorr <ajschorr@alumni.princeton.edu>
Tue, 19 Sep 2006 18:51:53 +0000 (18:51 +0000)
commit0cd1c32dc36ad650d6e21d44c3b289982d1f62a0
treec474767b3fe407ac63b47ea4cced9c9ac7ee04ba
parent09dd561eb444ab009103b2dde62db212eae7064a
[bgpd] Trivial fix of printf format/arg mismatch

2006-09-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

* bgpd.c: (peer_uptime) Fix printf format/arg mismatch in
  zlog_warn message (%ld/size_t -> %lu/u_long).
bgpd/ChangeLog
bgpd/bgpd.c