X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=fc098b7803f58259452906b1dfc52fd1b6b56144;hp=93c680583056d91e5c724a44d725e46724804ae2;hb=d87806284b9f6be9aab71ccbf0280d273b57eeb3;hpb=bb4e94595a1e57e66deacd4efc3512d947f16f19 diff --git a/command.c b/command.c index 93c68058..fc098b78 100644 --- a/command.c +++ b/command.c @@ -559,6 +559,7 @@ static int send_list_of_commands(struct command_context *cc, struct server_comma msg = para_strcat(msg, tmp); free(tmp); } + assert(msg); return send_sb(&cc->scc, msg, strlen(msg), SBD_OUTPUT, false); }