X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Ffrontend%2Fquery.c;h=4ae4f64a5e0a1373f5ff6ddfb416c277aa546f36;hp=28e1e31c2b006fc7fb947e073456f7c5afa79df3;hb=07dada8e5c614f0ef90fed8e86183ba7acd0e6e8;hpb=99a970fdf911d6885750508044153c920620423f diff --git a/src/frontend/query.c b/src/frontend/query.c index 28e1e31..4ae4f64 100644 --- a/src/frontend/query.c +++ b/src/frontend/query.c @@ -394,6 +394,7 @@ sdb_conn_fetch(sdb_conn_t *conn) ast = sdb_ast_fetch_create((int)type, hostname[0] ? strdup(hostname) : NULL, + -1, NULL, name[0] ? strdup(name) : NULL, /* full */ 1, /* filter = */ NULL); status = exec_cmd(conn, ast);