X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=command.c;h=fc098b7803f58259452906b1dfc52fd1b6b56144;hb=6fb1fc05a236d8732b0ae9581cc84d9958b3af76;hp=93c680583056d91e5c724a44d725e46724804ae2;hpb=1cccf6fa93c251f8f2805aa5fb163741d851c051;p=paraslash.git 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); }