mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-20 16:01:53 +00:00
Fixed stopping of import request with no imports in idle table
This commit is contained in:
parent
03bfb8b59d
commit
c8507c1247
@ -3072,7 +3072,7 @@ again:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* In some cases, we may want to directly proceed to export cleanup */
|
/* In some cases, we may want to directly proceed to export cleanup */
|
||||||
if (EMPTY_LIST(tab->exporter.e.hooks) && tab->wait_counter)
|
if (tab->wait_counter && (EMPTY_LIST(tab->exporter.e.hooks) || !tab->exporter.first))
|
||||||
rt_export_cleanup(tab);
|
rt_export_cleanup(tab);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user