From owner-cvs-all@FreeBSD.ORG Sat Oct 30 17:30:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F0BF16A4D1; Sat, 30 Oct 2004 17:30:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F90D43D1D; Sat, 30 Oct 2004 17:30:57 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9UHUvRJ071222; Sat, 30 Oct 2004 17:30:57 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9UHUvid071221; Sat, 30 Oct 2004 17:30:57 GMT (envelope-from yar) Message-Id: <200410301730.i9UHUvid071221@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 30 Oct 2004 17:30:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/ftpd ftpd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 17:30:57 -0000 yar 2004-10-30 17:30:57 UTC FreeBSD src repository Modified files: libexec/ftpd ftpd.c Log: - Stop shadowing global "pamh" by a local variable in auth_pam(). - Stop calling pam_strerror() with NULL pamh. - Add a missing call to pam_end(). PR: bin/59776 Submitted by: Nick Leuta MFC after: 2 weeks Revision Changes Path 1.171 +15 -9 src/libexec/ftpd/ftpd.c