K 10 svn:author V 3 des K 8 svn:date V 27 2002-12-21T15:09:58.000000Z K 7 svn:log V 286 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. END