]> git.pld-linux.org Git - packages/quagga.git/blame - quagga-vtysh-pam.patch
- removed temporary files
[packages/quagga.git] / quagga-vtysh-pam.patch
CommitLineData
42b7af8e 1--- quagga-0.99.14/vtysh/vtysh_user.c~ 2009-06-19 17:26:00.000000000 +0200
2+++ quagga-0.99.14/vtysh/vtysh_user.c 2009-08-04 10:28:14.000000000 +0200
f5e2e9a8 3@@ -52,7 +52,7 @@
4 pam_handle_t *pamh = NULL;
5
6 /* Start PAM. */
7- ret = pam_start(QUAGGA_PROGNAME, user, &conv, &pamh);
8+ ret = pam_start("zebra", user, &conv, &pamh);
9 /* printf ("ret %d\n", ret); */
10
11 /* Is user really user? */
This page took 0.068906 seconds and 4 git commands to generate.