]> git.proxmox.com Git - mirror_frr.git/commitdiff
vtysh: Fix compile failure from cherry-pick
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 26 May 2016 23:56:47 +0000 (19:56 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 27 May 2016 00:00:42 +0000 (20:00 -0400)
Fix a compile failure from a cherry-pick of a
commit from upstream

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
vtysh/vtysh_user.c

index 098e10ce401670ed94e2af6438dc57f15da54844..551aac1bfa2ffa6d6e5be62d0996886149cb4ec1 100644 (file)
@@ -44,7 +44,7 @@
  * The DEFUNSH and DEFUN macro's are messing with the
  * compiler I believe.  This is just to make it happy.
  */
-int vtysh_pam(const char *);
+static int vtysh_pam(const char *);
 struct vtysh_user *user_new(void);
 void user_free(struct vtysh_user *);
 struct vtysh_user *user_lookup(const char *);