bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compile error in current CVS, src/server.c:5500


From: Brian Murphy
Subject: Re: Compile error in current CVS, src/server.c:5500
Date: Mon, 21 Jul 2003 19:41:11 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030529

Mark D. Baushke wrote:

To be honest, I wonder why the result of pam_end() is not being captured
and causing a call to pam_strerror().
Well, pam_strerror needs the pam handle which gets destroyed by the call to pam_end
to work and pam_end either returns success or failure (PAM_SYSTEM_ERROR)
but no extra information. At least as far as I can see from the PAM code.

/Brian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]