tht_refresh_feed is optional
This commit is contained in:
parent
57f9e7e1fe
commit
6d285d028c
1 changed files with 2 additions and 1 deletions
|
@ -843,7 +843,8 @@ transport_restart(th_transport_t *t, int had_components)
|
|||
streaming_msg_free(sm);
|
||||
}
|
||||
|
||||
t->tht_refresh_feed(t);
|
||||
if(t->tht_refresh_feed != NULL)
|
||||
t->tht_refresh_feed(t);
|
||||
|
||||
if(LIST_FIRST(&t->tht_components) != NULL) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue