]> git.puffer.fish Git - mirror/frr.git/commit
pathd: fix compile warning in path_cli 7776/head
authorMark Stapp <mjs@voltanet.io>
Mon, 21 Dec 2020 13:06:32 +0000 (08:06 -0500)
committerMark Stapp <mjs@voltanet.io>
Mon, 21 Dec 2020 13:16:18 +0000 (08:16 -0500)
commit938b2b790e6d87ef02274275bff3f0166277351f
tree260fef07c457d9b39423db9b8e3bcb8429215415
parent6c5f54180aef4635218686b1ccc4fc90fde187d2
pathd: fix compile warning in path_cli

Use a big-enough buffer in path_cli.c to avoid a compiler
warning (with gcc 9, at least)

Signed-off-by: Mark Stapp <mjs@voltanet.io>
pathd/path_cli.c