]> andersk Git - openssh.git/blobdiff - auth-pam.c
fix spacing of include
[openssh.git] / auth-pam.c
index 3defe5851727c8d4009c91e6f10252bf7762f76d..8ff3320d30f44cfcff3f234e4519b2c5bc47e715 100644 (file)
@@ -773,7 +773,7 @@ sshpam_respond(void *ctx, u_int num, char **resp)
        Buffer buffer;
        struct pam_ctxt *ctxt = ctx;
 
-       debug2("PAM: %s entering, %d responses", __func__, num);
+       debug2("PAM: %s entering, %u responses", __func__, num);
        switch (ctxt->pam_done) {
        case 1:
                sshpam_authenticated = 1;
This page took 0.03686 seconds and 4 git commands to generate.