]> git.puffer.fish Git - mirror/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:19 +0000 (14:47 -0400)
commit46179f6f3e670b2b7566762aeffc2279fe007064
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