]> git.proxmox.com Git - mirror_frr.git/commit - lib/northbound_cli.c
lib: fix northbound static analyzer warning
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 3 Jun 2019 14:11:34 +0000 (11:11 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Sat, 22 Jun 2019 13:10:56 +0000 (10:10 -0300)
commit020a3906495ee68b8d070efa2f2d79e26363c67e
tree68fa6e899b9fe8a23d1d82cb9295e38b2991ddb5
parent2a573ff672f4b0eb76138362403a680bc9fc7fce
lib: fix northbound static analyzer warning

Make the function parameter `const` so the analyzer doesn't suspect we
are trying to change its value.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
lib/northbound_cli.c