Avoid warning

The restart code is indeed only needed for reset cases, any other case
doesn't need anything there.
This commit is contained in:
Samuel Thibault 2022-11-03 11:51:03 +01:00
parent 92733074db
commit 7623522726

View file

@ -207,6 +207,9 @@ enum {
case Opened: \
sess_local[_s]._fsm.restart = 0; \
initialise_restart_count(_s, _fsm); \
break; \
default: \
break; \
} \
session[_s].ppp._fsm = _new; \
cluster_send_session(_s); \