On Tue, Feb 12, 2019 at 11:44:46PM +0100, Phil Sutter wrote: > Due to the first switch() in that function, default case in second one > is unreachable. Given that both of them contain the same cases but the > first one merely acts as an invalid command barrier (adding no value to > the second one), drop the first one to make invalid commands actually > hit default case in the second switch(). Applied, thanks.