diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2016-12-14 19:30:44 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-20 17:57:47 +0100 |
| commit | b2f361571b2ada8e820ad8ab87c023479e3af90a (patch) | |
| tree | f96a05e79aafa9484f7c241f42e64d1341c87379 /vtysh/vtysh_user.c | |
| parent | a07169b1f687e993359a3033dc6bbeea48464ead (diff) | |
build: rename (1 of ?): configure.ac + preproc
This replaces Quagga -> FRR in most configure.ac settings as well as
a handful of preprocessor macros in the source code.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'vtysh/vtysh_user.c')
| -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 da2ed1569e..3a64ae0a96 100644 --- a/vtysh/vtysh_user.c +++ b/vtysh/vtysh_user.c @@ -67,7 +67,7 @@ vtysh_pam (const char *user) pam_handle_t *pamh = NULL; /* Start PAM. */ - ret = pam_start(QUAGGA_PROGNAME, user, &conv, &pamh); + ret = pam_start(FRR_PAM_NAME, user, &conv, &pamh); /* printf ("ret %d\n", ret); */ /* Is user really user? */ |
