Source-Changes-HG archive

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

[src/trunk]: src/lib/libpam/modules/pam_ksu fix pasto (of no consequence)



details:   https://anonhg.NetBSD.org/src/rev/82105da03fab
branches:  trunk
changeset: 764490:82105da03fab
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Apr 25 22:03:20 2011 +0000

description:
fix pasto (of no consequence)

diffstat:

 lib/libpam/modules/pam_ksu/pam_ksu.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0144a0497d6e -r 82105da03fab lib/libpam/modules/pam_ksu/pam_ksu.c
--- a/lib/libpam/modules/pam_ksu/pam_ksu.c      Mon Apr 25 22:01:04 2011 +0000
+++ b/lib/libpam/modules/pam_ksu/pam_ksu.c      Mon Apr 25 22:03:20 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pam_ksu.c,v 1.5 2011/04/25 22:01:04 christos Exp $     */
+/*     $NetBSD: pam_ksu.c,v 1.6 2011/04/25 22:03:20 christos Exp $     */
 
 /*-
  * Copyright (c) 2002 Jacques A. Vidrine <nectar%FreeBSD.org@localhost>
@@ -29,7 +29,7 @@
 #ifdef __FreeBSD__
 __FBSDID("$FreeBSD: src/lib/libpam/modules/pam_ksu/pam_ksu.c,v 1.5 2004/02/10 10:13:21 des Exp $");
 #else
-__RCSID("$NetBSD: pam_ksu.c,v 1.5 2011/04/25 22:01:04 christos Exp $");
+__RCSID("$NetBSD: pam_ksu.c,v 1.6 2011/04/25 22:03:20 christos Exp $");
 #endif
 
 #include <sys/param.h>
@@ -180,7 +180,7 @@
                krb5_free_error_message(ctx, errtxt);
                snprintf(b2, sizeof(b2), "%s (%s)", b1, errtxt);
        } else {
-               snprintf(b2, sizeof(b1), "%s (unknown %d)", b1, (int)err);
+               snprintf(b2, sizeof(b2), "%s (unknown %d)", b1, (int)err);
        }
        PAM_LOG(b2);
 }



Home | Main Index | Thread Index | Old Index