Coverity warnings

This commit is contained in:
Jakub Jelen 2019-05-30 11:27:04 +02:00
parent 7f1ad371a4
commit 66e9887b15
1 changed files with 1 additions and 1 deletions

View File

@ -2466,7 +2466,7 @@ index 70f06bff..59332945 100644
- -
- if (providerp == NULL) - if (providerp == NULL)
+ char *provider_module = NULL; + char *provider_module = NULL;
+ struct pkcs11_module *m; + struct pkcs11_module *m = NULL;
+ +
+ /* if no provider specified, fallback to p11-kit */ + /* if no provider specified, fallback to p11-kit */
+ if (uri->module_path == NULL) { + if (uri->module_path == NULL) {