Date: Sat, 21 Dec 2002 07:09:58 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh auth2-pam-freebsd.c Message-ID: <200212211509.gBLF9w1r007433@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2002/12/21 07:09:58 PST Modified files: crypto/openssh auth2-pam-freebsd.c Log: The previous commit contained a stupid mistake: ctxt->pam_[cp]sock was initialized after the call to pthread_create() instead of before. It just happened to work with threads enabled because ctxt is shared, but of course it doesn't work when we use a child process instead of threads. Revision Changes Path 1.8 +2 -2 src/crypto/openssh/auth2-pam-freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212211509.gBLF9w1r007433>