Avoid sending STATE status message when unchanged.
commited10caeeb1e99acd2765291b68abe7a826d7696e
authorBen Kibbey <bjk@luxsci.net>
Tue, 22 Jan 2019 19:27:53 +0000 (22 11:27 -0800)
committerBen Kibbey <bjk@luxsci.net>
Tue, 22 Jan 2019 19:27:53 +0000 (22 11:27 -0800)
treeb7ddbb264f4bb5cc4f059fd8b2a339a509a6266c
parent6f107b577cd3ad2a1fbfaccba4a4a1130ab27c46
Avoid sending STATE status message when unchanged.

For commands that return from command_startup() upon failure, there is
no need to send another STATE status message since it hadn't changed for
the current client.
src/commands.c