Minor fixes.

This commit is contained in:
Alessio Di Mauro
2015-09-17 17:05:29 +02:00
parent bae1005fb4
commit 4b668502ee
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ CK_DEFINE_FUNCTION(CK_RV, C_Initialize)(
}
if (parse_readers(piv_state, readers, len, slots, &n_slots, &n_slots_with_token) != CK_TRUE)
CKR_FUNCTION_FAILED;
return CKR_FUNCTION_FAILED;
DBG(("Found %lu slot(s) of which %lu tokenless/unsupported", n_slots, n_slots - n_slots_with_token));