Просмотр исходного кода

Fix missing commit from timer.c in trunk.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1472 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 18 лет назад
Родитель
Сommit
ba2f3a391a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      exec/timer.c

+ 1 - 1
exec/timer.c

@@ -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;