mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-01-31 16:52:19 +01:00
DBG format fix
This commit is contained in:
parent
fb6281fa3f
commit
2c077fba4e
@ -878,7 +878,7 @@ pam_sm_authenticate (pam_handle_t * pamh,
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user