summaryrefslogtreecommitdiff
path: root/auth-pam.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-01-29 16:46:13 +1100
committerDarren Tucker <dtucker@zip.com.au>2006-01-29 16:46:13 +1100
commit1d4ebbf14331f410d6757640ed02ea6396949802 (patch)
tree30d0992a5d3279f5c1a071fb16bde4d297ef2013 /auth-pam.c
parent62388b2b63394c6a6ee44271426a13de5e0ce827 (diff)
Correct format in debug message
Diffstat (limited to 'auth-pam.c')
-rw-r--r--auth-pam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-pam.c b/auth-pam.c
index 787aad1d0..fb9ae954a 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -47,7 +47,7 @@
47 47
48/* Based on $FreeBSD: src/crypto/openssh/auth2-pam-freebsd.c,v 1.11 2003/03/31 13:48:18 des Exp $ */ 48/* Based on $FreeBSD: src/crypto/openssh/auth2-pam-freebsd.c,v 1.11 2003/03/31 13:48:18 des Exp $ */
49#include "includes.h" 49#include "includes.h"
50RCSID("$Id: auth-pam.c,v 1.127 2005/09/28 12:33:27 dtucker Exp $"); 50RCSID("$Id: auth-pam.c,v 1.128 2006/01/29 05:46:13 dtucker Exp $");
51 51
52#ifdef USE_PAM 52#ifdef USE_PAM
53#if defined(HAVE_SECURITY_PAM_APPL_H) 53#if defined(HAVE_SECURITY_PAM_APPL_H)
@@ -773,7 +773,7 @@ sshpam_respond(void *ctx, u_int num, char **resp)
773 Buffer buffer; 773 Buffer buffer;
774 struct pam_ctxt *ctxt = ctx; 774 struct pam_ctxt *ctxt = ctx;
775 775
776 debug2("PAM: %s entering, %d responses", __func__, num); 776 debug2("PAM: %s entering, %u responses", __func__, num);
777 switch (ctxt->pam_done) { 777 switch (ctxt->pam_done) {
778 case 1: 778 case 1:
779 sshpam_authenticated = 1; 779 sshpam_authenticated = 1;