tarfeef101 6 лет назад
Родитель
Сommit
f67e6d9777
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      kern/synchprobs/traffic_synch.c

+ 1 - 1
kern/synchprobs/traffic_synch.c

@@ -109,7 +109,7 @@ static void clearint(car * done)
     // if this is the only element
     if (temp == active->back)
     {
-      active->back == NULL;
+      active->back = NULL;
     }
     
     active->front = active->front->next;