summaryrefslogtreecommitdiff
path: root/cesar/cp/sta/action/src/handover.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/sta/action/src/handover.c')
-rw-r--r--cesar/cp/sta/action/src/handover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/cp/sta/action/src/handover.c b/cesar/cp/sta/action/src/handover.c
index 46917cde7f..b87166a9c8 100644
--- a/cesar/cp/sta/action/src/handover.c
+++ b/cesar/cp/sta/action/src/handover.c
@@ -191,7 +191,7 @@ cp_sta_action_handover__handover_ended (cp_t *ctx)
cp_sta_mgr_release_station (ctx, cp_sta_get_tei (old_cco));
}
cp_fsm_trigger_new_event (ctx, bare, HANDOVER_SUCCESS);
- cp_fsm_trigger_new_event (ctx, bare, become_cco);
+ cp_fsm_trigger_new_event (ctx, bare, assoc_become_cco);
slab_release (old_cco);
}