This commit was generated by cvs2svn to compensate for changes in r115698,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Dag-Erling Smørgrav 2003-06-02 15:04:15 +00:00
commit 873e44709d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115699

View File

@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $P4: //depot/projects/openpam/lib/openpam_configure.c#10 $
* $P4: //depot/projects/openpam/lib/openpam_configure.c#11 $
*/
#include <ctype.h>
@ -184,7 +184,6 @@ openpam_read_chain(pam_handle_t *pamh,
if ((name = dup_word(p)) == NULL)
goto syserr;
ret = openpam_load_chain(pamh, name, fclt);
fprintf(stderr, "include %s returned %d\n", name, ret);
FREE(name);
if (ret < 0)
goto fail;