1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-07 18:54:20 +01:00

DBG format fix

This commit is contained in:
Fredrik Thulin 2012-02-10 14:13:24 +01:00
parent fb6281fa3f
commit 2c077fba4e

View File

@ -878,7 +878,7 @@ pam_sm_authenticate (pam_handle_t * pamh,
goto done; goto done;
} }
DBG (("conv returned %l bytes", (unsigned long) strlen(resp->resp))); DBG (("conv returned %lu bytes", (unsigned long) strlen(resp->resp)));
password = resp->resp; password = resp->resp;
} }