syntax error

This commit is contained in:
Olof hagsand 2018-01-15 22:49:44 +01:00
parent 73074bf7a8
commit e3fd1f2873

View file

@ -304,8 +304,8 @@ api_data_get2(clicon_handle h,
else
if (xml2json_cbuf_vec(cbx, xvec, xlen, pretty) < 0)
goto done;
}
}
clicon_debug(1, "%s cbuf:%s", __FUNCTION__, cbuf_get(cbx));
FCGX_FPrintF(r->out, "%s", cbx?cbuf_get(cbx):"");
FCGX_FPrintF(r->out, "\r\n\r\n");