bankd_client_fsm: Fix ESTABLISH signal handling

Change-Id: Ib7a09ff6cad0b0eba17908cba733df35b7ee767d
This commit is contained in:
Harald Welte 2019-03-17 09:35:41 +01:00
parent 7a950888f5
commit 75f560338c
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ static void bdc_st_reestablish(struct osmo_fsm_inst *fi, uint32_t event, void *d
static void bdc_allstate_action(struct osmo_fsm_inst *fi, uint32_t event, void *data)
{
switch (event) {
case BDC_ST_REESTABLISH:
case BDC_E_ESTABLISH:
osmo_fsm_inst_state_chg(fi, BDC_ST_REESTABLISH, T2_RECONNECT, 2);
break;
default: