X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Ftools%2Fsysdb%2Fcommand.c;h=718309bfad693678f93e1017eb5e01578b1b3b5a;hp=9dfb6194d40b9db217ab66a519e3d6995bf69c8b;hb=ee8df3b190c2eb49e460dcf03f81288a5d825c39;hpb=210fe5d90e273805bdf764adc6167cdbf17c82b5 diff --git a/src/tools/sysdb/command.c b/src/tools/sysdb/command.c index 9dfb619..718309b 100644 --- a/src/tools/sysdb/command.c +++ b/src/tools/sysdb/command.c @@ -75,6 +75,10 @@ sdb_command_print_reply(sdb_client_t *client) status = (int)rcode; result = sdb_strbuf_string(recv_buf); + /* At the moment, we don't care about the result type. We simply print the + * result without further parsing it. */ + if (status == CONNECTION_DATA) + result += sizeof(uint32_t); if (result && *result) printf("%s\n", result); else if (rcode == UINT32_MAX) {