]> git.puffer.fish Git - mirror/frr.git/commit
lib: use const consistently for zserv path
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 3 Mar 2015 07:57:02 +0000 (08:57 +0100)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 8 Jun 2016 16:44:53 +0000 (12:44 -0400)
commit744f46853039088cd84b419068ae1978b552f584
tree1dbdc4b96fd873111caba0cd803538ef7e2d2741
parentf5e6574b65165091b8b6ae101a2ab421598f1409
lib: use const consistently for zserv path

The global variable is missing its const, but the accessor function has
a meaningless extra const in exchange...

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/zclient.c
lib/zclient.h