Skip to content
Snippets Groups Projects
Commit 8af34017 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'support-2719-2' into 'master'

Context arg added

See merge request libdap-chain-net!81
parents 8b8f8e79 e6cb8729
No related branches found
No related tags found
1 merge request!24Support 3689
...@@ -520,7 +520,7 @@ static void *thread_pipe_client_func( void *args ) ...@@ -520,7 +520,7 @@ static void *thread_pipe_client_func( void *args )
// Call the command function // Call the command function
if ( l_cmd && l_argv && l_cmd->func ) if ( l_cmd && l_argv && l_cmd->func )
res = (* (l_cmd->func))( argc, l_argv, &str_reply ); res = (* (l_cmd->func))( argc, l_argv, NULL, &str_reply );
else if ( l_cmd ) { else if ( l_cmd ) {
log_it(L_WARNING,"NULL arguments for input for command \"%s\"", str_cmd ); log_it(L_WARNING,"NULL arguments for input for command \"%s\"", str_cmd );
......
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