bugfix: fsm: PPM_NO_MESSAGE was set too early
commit 168655e6 fsm: when no frame, set msgtype to PPM_NO_MESSAGE was good, but I didn't notice that pp_packet_prefilter() may force a packet drop. This moves the assignemento of PPM_NO_MESSAGE to a later place, just before calling the state machine. Signed-off-by:Alessandro Rubini <rubini@gnudd.com>
Please register or sign in to comment