service mapper: fix the abort due to missing streaming target initialization
This commit is contained in:
parent
e7e6754c8d
commit
472d1e9691
1 changed files with 1 additions and 0 deletions
|
@ -337,6 +337,7 @@ service_mapper_thread ( void *aux )
|
|||
const char *err = NULL;
|
||||
|
||||
profile_chain_init(&prch, NULL, NULL);
|
||||
prch.prch_st = &prch.prch_sq.sq_st;
|
||||
sq = &prch.prch_sq;
|
||||
|
||||
pthread_mutex_lock(&global_lock);
|
||||
|
|
Loading…
Add table
Reference in a new issue