From ae7dd1be6d431f25b101bc7e2b3fa373a8cbb47b Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 2 Apr 2013 18:33:12 +0200 Subject: Don't use library locks from p11-kit tool The global library p11_library_mutex is for libraries to use, so don't use it from any code in common/, which is also used by the p11-kit tool https://bugs.freedesktop.org/show_bug.cgi?id=63046 --- common/library.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common') diff --git a/common/library.c b/common/library.c index e4512a1..71dd3b9 100644 --- a/common/library.c +++ b/common/library.c @@ -111,17 +111,13 @@ p11_message (const char* msg, void p11_message_quiet (void) { - p11_lock (); print_messages = false; - p11_unlock (); } void p11_message_loud (void) { - p11_lock (); print_messages = true; - p11_unlock (); } const char* -- cgit v1.1