]> git.puffer.fish Git - matthieu/frr.git/commit
vtysh: allow --with-libpam to build with --enable-werror
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 4 Sep 2015 18:21:23 +0000 (14:21 -0400)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 26 May 2016 15:33:31 +0000 (15:33 +0000)
commit4e6a053468cf37bbf3f01e7cb28cb3ad80fefb41
tree58c9d7f663ee59d9be27727494bc5e6542ba6826
parent81304aafbc1102f51d09178e27f99cc271bb608a
vtysh: allow --with-libpam to build with --enable-werror

The function vtysh_pam fails the build with --enable-werror enabled
because it is a static function not declared as such

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
(cherry picked from commit 8965be4baaa1a4c619cbb4a8a10d15a72d80b60d)
vtysh/vtysh_user.c