git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1472 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -241,7 +241,7 @@ void openais_timer_delete (
return;
}
- if (pthread_equal (pthread_self(), expiry_thread) == 0) {
+ if (pthread_equal (pthread_self(), expiry_thread) != 0) {
unlock = 0;
} else {
unlock = 1;