also re-render the tree for commands using the new parser

next
Michael Stapelberg 2010-05-09 23:24:03 +02:00
parent 65e9036837
commit 09523f36f5
1 changed files with 1 additions and 0 deletions

View File

@ -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