commit 1b4d61662c1deddbf48c3392e40f6ac6a888bc90 parent 7f6b3d1c1f0727c8db623c18cc8a4fd948be995d Author: Zandr Martin <zandrmartin+git@gmail.com> Date: Tue, 31 May 2016 09:25:54 -0500 fix swaybar problem in 08bef67 Diffstat:
| M | sway/ipc-server.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/sway/ipc-server.c b/sway/ipc-server.c @@ -490,6 +490,7 @@ void ipc_client_handle_command(struct ipc_client *client) { } exit_cleanup: + client->payload_length = 0; free(buf); return; }