فهرست منبع

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 سال پیش
والد
کامیت
ba2f3a391a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      exec/timer.c

+ 1 - 1
exec/timer.c

@@ -241,7 +241,7 @@ void openais_timer_delete (
 		return;
 		return;
 	}
 	}
 
 
-	if (pthread_equal (pthread_self(), expiry_thread) == 0) {
+	if (pthread_equal (pthread_self(), expiry_thread) != 0) {
 		unlock = 0;
 		unlock = 0;
 	} else {
 	} else {
 		unlock = 1;
 		unlock = 1;