Skip to content
Snippets Groups Projects
Commit eaa657e3 authored by Aleksei Voronin's avatar Aleksei Voronin Committed by dmitriy.gerasimov
Browse files

Bugs 4324

parent b069b6b9
No related branches found
No related tags found
No related merge requests found
Subproject commit 1bd4525ae4cdb78e9f1f86806ccb5752296a6ea7
Subproject commit 725b2ebd0e12933fb6629e97bc95476fa5f14841
Subproject commit d2d1011c82454a886c3e66b0580ae65c89540076
Subproject commit b854535f5ecc62282b4bd57754ddbf7a4623667e
......@@ -260,12 +260,12 @@ int main( int argc, const char **argv )
return -81;
}
if ( dap_stream_init(dap_config_get_item_bool_default(g_config,"general","debug_dump_stream_headers",false)) != 0 ) {
if ( dap_stream_init(g_config) != 0 ) {
log_it( L_CRITICAL, "Can't init stream server module" );
return -82;
}
if ( dap_stream_ctl_init(g_config, 32) != 0 ){
if ( dap_stream_ctl_init(32) != 0 ){
log_it( L_CRITICAL, "Can't init stream control module" );
return -83;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment