Commit 2e84b4e8 authored by Ondrej Zajicek's avatar Ondrej Zajicek
Browse files

Fixes a bug in rte_src handling.

parent d40c2659
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1095,7 +1095,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;