]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Use %pSU instead of sockunion2str
authorDonald Sharp <sharpd@nvidia.com>
Thu, 16 Jun 2022 18:45:28 +0000 (14:45 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 16 Jun 2022 18:47:59 +0000 (14:47 -0400)
commitddf6338c03d7873d9502ead1c6452cf8da8af6fc
treed516d1e3e36e546dca952c978006a5d853fd3c16
parentaef69e4f39d7f9d23f503907b4d4a3056ed2b537
bgpd: Use %pSU instead of sockunion2str

Commit: 09f267ec95de6d introduced more sockunion2str
usages when FRR should be using %pSU.  This commit
broke the compile when using --enable-dev-build

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_bmp.c