aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/src/libvlr/vlr_lu_fsm.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/openbsc/src/libvlr/vlr_lu_fsm.c b/openbsc/src/libvlr/vlr_lu_fsm.c
index ad177a30d..b3b93ff87 100644
--- a/openbsc/src/libvlr/vlr_lu_fsm.c
+++ b/openbsc/src/libvlr/vlr_lu_fsm.c
@@ -1074,9 +1074,7 @@ vlr_loc_update(struct osmo_fsm_inst *parent, uint32_t parent_term,
osmo_fsm_inst_dispatch(fi, VLR_ULA_E_UPDATE_LA, NULL);
- /* ugly: we assume that dispatching the start event has created
- * the subscriber */
- return lfp->vsub;
+ return fi;
}
void vlr_lu_fsm_init(void)