]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - command.c
Doxify error2.c and add GPL header.
[paraslash.git] / command.c
index 3d40023f119efc91f446011ae89381790567547f..8c746652999ee2f899ed9272eace3f279b313c19 100644 (file)
--- 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);
 }