diff --git a/src/ipc.c b/src/ipc.c index 704c0d47..81429abd 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -115,6 +115,7 @@ IPC_HANDLER(command) { char *command = scalloc(message_size); strncpy(command, (const char*)message, message_size); parse_cmd((const char*)command); + tree_render(); free(command); /* For now, every command gets a positive acknowledge