aboutsummaryrefslogtreecommitdiffstats
path: root/sway/ipc-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/ipc-server.c')
-rw-r--r--sway/ipc-server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/ipc-server.c b/sway/ipc-server.c
index 15ed6f80..8d9ab06a 100644
--- a/sway/ipc-server.c
+++ b/sway/ipc-server.c
@@ -469,7 +469,6 @@ void ipc_client_handle_command(struct ipc_client *client) {
469 switch (client->current_command) { 469 switch (client->current_command) {
470 case IPC_COMMAND: 470 case IPC_COMMAND:
471 { 471 {
472 config_clear_handler_context(config);
473 struct cmd_results *results = execute_command(buf, NULL); 472 struct cmd_results *results = execute_command(buf, NULL);
474 const char *json = cmd_results_to_json(results); 473 const char *json = cmd_results_to_json(results);
475 char reply[256]; 474 char reply[256];