From f013f77bff580a2858006a606f8046b645fdb73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 23 May 2003 23:47:31 +0000 Subject: [PATCH] Correct old paste-o. Submitted by: Dmitry V. Levin git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@222 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- lib/pam_acct_mgmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pam_acct_mgmt.c b/lib/pam_acct_mgmt.c index af9f4ea..3e81bb9 100644 --- a/lib/pam_acct_mgmt.c +++ b/lib/pam_acct_mgmt.c @@ -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/pam_acct_mgmt.c#12 $ + * $P4: //depot/projects/openpam/lib/pam_acct_mgmt.c#13 $ */ #include @@ -78,6 +78,6 @@ pam_acct_mgmt(pam_handle_t *pamh, * =PAM_DISALLOW_NULL_AUTHTOK: * Fail if the user's authentication token is null. * - * If any other bits are set, =pam_authenticate will return + * If any other bits are set, =pam_acct_mgmt will return * =PAM_SYMBOL_ERR. */