X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Ffrontend%2Fquery.c;h=0b582f54dce54e8481b8b6e0292b52856c48c9ec;hb=8e7384947ee57bbbe58e210be4f6ec04ef8ff508;hp=759b9c9795ebbe86da1c9ab4308c0c641f7e10aa;hpb=a916bb6643c413ee1d104f2a2274b5a9ca22d721;p=sysdb.git diff --git a/src/frontend/query.c b/src/frontend/query.c index 759b9c9..0b582f5 100644 --- a/src/frontend/query.c +++ b/src/frontend/query.c @@ -133,7 +133,7 @@ sdb_fe_list(sdb_conn_t *conn) return -1; } - if (sdb_store_tojson(buf, /* flags = */ 0)) { + if (sdb_store_tojson(buf, /* flags = */ SDB_SKIP_ALL)) { sdb_log(SDB_LOG_ERR, "frontend: Failed to serialize " "store to JSON"); sdb_strbuf_sprintf(conn->errbuf, "Out of memory");