]> git.pld-linux.org Git - packages/quagga.git/blob - quagga-vtysh-pam.patch
- removed temporary files
[packages/quagga.git] / quagga-vtysh-pam.patch
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
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.02107 seconds and 3 git commands to generate.