mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-03 21:25:05 +00:00
vtysh: vtysh_pam() needs an ifdef USE_PAM check
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
52a51fd333
commit
21c830a4ae
@ -44,7 +44,9 @@
|
|||||||
* The DEFUNSH and DEFUN macro's are messing with the
|
* The DEFUNSH and DEFUN macro's are messing with the
|
||||||
* compiler I believe. This is just to make it happy.
|
* compiler I believe. This is just to make it happy.
|
||||||
*/
|
*/
|
||||||
|
#ifdef USE_PAM
|
||||||
static int vtysh_pam(const char *);
|
static int vtysh_pam(const char *);
|
||||||
|
#endif
|
||||||
struct vtysh_user *user_new(void);
|
struct vtysh_user *user_new(void);
|
||||||
void user_free(struct vtysh_user *);
|
void user_free(struct vtysh_user *);
|
||||||
struct vtysh_user *user_lookup(const char *);
|
struct vtysh_user *user_lookup(const char *);
|
||||||
|
Loading…
Reference in New Issue
Block a user