X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=8c746652999ee2f899ed9272eace3f279b313c19;hp=3d40023f119efc91f446011ae89381790567547f;hb=63abcd1b2f6de6ce53d82962f5a2100c5a57e5d3;hpb=1e97f6746b605e37826fb6ee2ad35b7b330145d6 diff --git a/command.c b/command.c index 3d40023f..8c746652 100644 --- a/command.c +++ b/command.c @@ -554,6 +554,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); }