summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 574ff09)
raw | patch | inline | side by side (parent: 574ff09)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 11 Dec 2014 08:44:35 +0000 (09:44 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 11 Dec 2014 08:44:35 +0000 (09:44 +0100) |
src/tools/sysdb/command.c | patch | blob | history |
index 143661868d49204c9436bdd2e370a1346881df71..7737a2e15e35e6c9084227669f6f40471ea463e3 100644 (file)
* sends back. We'll wait for the first reply and then return to the
* main loop which will handle any subsequent replies, including
* eventually the reply to the query (if it's not the first reply). */
+ /* TODO: wait for the actual reply instead */
if (sdb_command_print_reply(input->client) < 0) {
if (data)
free(data);
- return NULL;
+ data = NULL;
}
}