opnsense-ports/mail/anubis/files/patch-src__env.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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 */