X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=8c746652999ee2f899ed9272eace3f279b313c19;hp=3d40023f119efc91f446011ae89381790567547f;hb=1b9e28744f6b613e878a1875e93a4b7d81a4764e;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); }