Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
service mapper: fix the abort due to missing streaming target initial…
…ization
  • Loading branch information
perexg committed Oct 22, 2014
1 parent e7e6754 commit 472d1e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service_mapper.c
Expand Up @@ -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);
Expand Down

0 comments on commit 472d1e9

Please sign in to comment.