diff options
Diffstat (limited to 'vtysh')
-rw-r--r-- | vtysh/vtysh_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh_user.c b/vtysh/vtysh_user.c index ecbe0f4c..8698f8fa 100644 --- a/vtysh/vtysh_user.c +++ b/vtysh/vtysh_user.c @@ -51,7 +51,7 @@ vtysh_pam (char *user) pam_handle_t *pamh = NULL; /* Start PAM. */ - ret = pam_start("zebra", user, &conv, &pamh); + ret = pam_start(QUAGGA_PROGNAME, user, &conv, &pamh); /* printf ("ret %d\n", ret); */ /* Is user really user? */ |