[pkg-opensc-commit] [pkcs11-helper] 14/253: Fixed compilation warnings

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:38:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository pkcs11-helper.

commit 595eec48993d4b036e5c56258bcc9294444f1f11
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Mon Nov 27 21:33:08 2006 +0000

    Fixed compilation warnings
---
 lib/pkcs11h-slotevent.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/pkcs11h-slotevent.c b/lib/pkcs11h-slotevent.c
index 804c84a..3df3cf4 100644
--- a/lib/pkcs11h-slotevent.c
+++ b/lib/pkcs11h-slotevent.c
@@ -458,6 +458,8 @@ _pkcs11h_slotevent_terminate_force (void) {
 		_pkcs11h_threading_condFree (&g_pkcs11h_data->slotevent.cond_event);
 		g_pkcs11h_data->slotevent.initialized = FALSE;
 	}
+
+	return CKR_OK;
 }
 
 CK_RV

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git



More information about the pkg-opensc-commit mailing list