]> git.proxmox.com Git - mirror_frr.git/blobdiff - vtysh/vtysh_user.c
Merge pull request #3502 from donaldsharp/socket_to_me_baby
[mirror_frr.git] / vtysh / vtysh_user.c
index 88af18d82957e98f831868642fe98142e4c3fe91..e575b7154914a8ed396154168e5d07efab69a7c9 100644 (file)
@@ -100,7 +100,7 @@ static int vtysh_pam(const char *user)
 
 struct vtysh_user {
        char *name;
-       u_char nopassword;
+       uint8_t nopassword;
 };
 
 struct list *userlist;