Low-level message functions added descr argument for better logging C-API change
This commit is contained in:
parent
17b64f0bab
commit
9091582087
16 changed files with 397 additions and 236 deletions
|
|
@ -178,7 +178,7 @@ main(int argc,
|
|||
else
|
||||
if (clicon_rpc_connect_inet(h, sockpath, 4535, &s) < 0)
|
||||
goto done;
|
||||
if (clicon_rpc(s, msg, &retdata, &eof) < 0)
|
||||
if (clicon_rpc(s, NULL, msg, &retdata, &eof) < 0)
|
||||
goto done;
|
||||
close(s);
|
||||
fprintf(stdout, "%s\n", retdata);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue