]> git.proxmox.com Git - mirror_frr.git/commit
vtysh: Give actual pam error messages
authorDonald Sharp <sharpd@nvidia.com>
Fri, 26 May 2023 11:44:11 +0000 (07:44 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 26 May 2023 11:44:11 +0000 (07:44 -0400)
commit8495b425bd056d405704df9e756560942d6815c1
tree8640d9232624486f00730f971f2d2418b7934cfc
parent145acbb3bb2322191daf50094016b433e405acac
vtysh: Give actual pam error messages

Code was was written where the pam error message put out
was the result from a previous call to the pam modules
instead of the current call to the pam module.

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