This commit is contained in:
Jeff Hill
2000-06-15 15:28:39 +00:00
parent d6b988d155
commit acaa247dad

View File

@@ -134,8 +134,7 @@ dbEventSubscription dbServiceIO::subscribe ( struct dbAddr &addr, dbSubscription
unsigned selfPriority = threadGetPrioritySelf ();
unsigned above;
threadBoolStatus tbs = threadLowestPriorityLevelAbove
(selfPriority, &above);
threadBoolStatus tbs = threadLowestPriorityLevelAbove (selfPriority, &above);
if ( tbs != tbsSuccess ) {
above = selfPriority;
}