syntax error
This commit is contained in:
parent
73074bf7a8
commit
e3fd1f2873
1 changed files with 1 additions and 1 deletions
|
|
@ -304,8 +304,8 @@ api_data_get2(clicon_handle h,
|
||||||
else
|
else
|
||||||
if (xml2json_cbuf_vec(cbx, xvec, xlen, pretty) < 0)
|
if (xml2json_cbuf_vec(cbx, xvec, xlen, pretty) < 0)
|
||||||
goto done;
|
goto done;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
clicon_debug(1, "%s cbuf:%s", __FUNCTION__, cbuf_get(cbx));
|
clicon_debug(1, "%s cbuf:%s", __FUNCTION__, cbuf_get(cbx));
|
||||||
FCGX_FPrintF(r->out, "%s", cbx?cbuf_get(cbx):"");
|
FCGX_FPrintF(r->out, "%s", cbx?cbuf_get(cbx):"");
|
||||||
FCGX_FPrintF(r->out, "\r\n\r\n");
|
FCGX_FPrintF(r->out, "\r\n\r\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue