Send success response for nop. (#3113)

fixes #3112
next
Ingo Bürk 2018-01-06 23:24:33 +01:00 committed by Michael Stapelberg
parent c0378f737b
commit 1a04608796
1 changed files with 1 additions and 0 deletions

View File

@ -745,6 +745,7 @@ void cmd_nop(I3_CMD, const char *comment) {
LOG("-------------------------------------------------\n");
LOG(" NOP: %s\n", comment);
LOG("-------------------------------------------------\n");
ysuccess(true);
}
/*