Removed unused functions: cli_exec, cli_ptpush, cli_ptpop
This commit is contained in:
parent
4b0c060667
commit
178a09cf3b
4 changed files with 14 additions and 101 deletions
|
|
@ -723,7 +723,7 @@ api_operation_post(clicon_handle h,
|
|||
xbot = xtop;
|
||||
if (api_path2xml(oppath, yspec, xtop, 1, &xbot, &y) < 0)
|
||||
goto done;
|
||||
if (data){
|
||||
if (data && strlen(data)){
|
||||
/* Parse input data as json or xml into xml */
|
||||
if (parse_xml){
|
||||
if (clicon_xml_parse_str(data, &xdata) < 0){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue