Skip to content
Snippets Groups Projects
Commit 2c69d9f7 authored by alexandr.kravchenko's avatar alexandr.kravchenko
Browse files

Merge branch 'feature-4441' into 'master'

[*] Fixes

See merge request cellframe/cellframe-node!180
parents 03bba91a 395eba7e
No related branches found
No related tags found
No related merge requests found
Subproject commit 4a4e844660c14bb513d0b844224d5bd2db1313b9
Subproject commit 80b9853761aae975f47002353d88548832926795
......@@ -265,7 +265,7 @@ int main( int argc, const char **argv )
return -82;
}
if ( dap_stream_ctl_init(32) != 0 ){
if ( dap_stream_ctl_init() != 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