Fixes a bug in rte_src handling.
This commit is contained in:
parent
d40c26594c
commit
2e84b4e82d
1 changed files with 1 additions and 1 deletions
|
@ -1095,7 +1095,7 @@ proto_notify_state(struct proto *p, unsigned ps)
|
||||||
if ((cs == FS_FEEDING) || (cs == FS_HAPPY))
|
if ((cs == FS_FEEDING) || (cs == FS_HAPPY))
|
||||||
proto_schedule_flush(p);
|
proto_schedule_flush(p);
|
||||||
|
|
||||||
if (p->proto->multitable)
|
if (!p->proto->multitable)
|
||||||
{
|
{
|
||||||
rt_unlock_source(p->main_source);
|
rt_unlock_source(p->main_source);
|
||||||
p->main_source = NULL;
|
p->main_source = NULL;
|
||||||
|
|
Loading…
Reference in a new issue