Commit c8655cd9 authored by Ondrej Zajicek's avatar Ondrej Zajicek
Browse files

Merge commit '2e84b4e8' into integrated

parents 6c589626 2e84b4e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1096,7 +1096,7 @@ proto_notify_state(struct proto *p, unsigned ps)
      if ((cs == FS_FEEDING) || (cs == FS_HAPPY))
	proto_schedule_flush(p);

      if (p->proto->multitable)
      if (!p->proto->multitable)
	{
	  rt_unlock_source(p->main_source);
	  p->main_source = NULL;