]> git.ipfire.org Git - thirdparty/chrony.git/commit
cmdmon: allow unhandled commands
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 29 Jan 2016 14:35:32 +0000 (15:35 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 29 Jan 2016 16:55:58 +0000 (17:55 +0100)
commit6e4dd9302df5e6d576a18e22bd86167d0296a7d2
tree973a3f37a2e4e8ff98692b7793ea75eec47b3c9b
parentea002130d720ea0d365f216167d74ac53f97b237
cmdmon: allow unhandled commands

Replace the assert() with a debug message to not crash if someone
forgets to implement a newly defined command.
cmdmon.c