forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
267 B
C
11 lines
267 B
C
--- ./src/env.c.orig 2008-12-16 16:44:38.000000000 -0500
|
|
+++ ./src/env.c 2011-02-09 20:52:34.000000000 -0500
|
|
@@ -32,7 +32,7 @@
|
|
#ifdef HAVE_PAM
|
|
pam_handle_t *pamh;
|
|
static struct pam_conv conv = {
|
|
- misc_conv,
|
|
+ openpam_ttyconv,
|
|
NULL
|
|
};
|
|
#endif /* HAVE_PAM */
|