lynxis lazus submitted this change.
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
libvlr: fix tab/space issue
Change-Id: I7f831e7ee0014a2241a69f7c75f2c6404bbb7087
---
M src/libvlr/vlr.c
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libvlr/vlr.c b/src/libvlr/vlr.c
index db4156f..e8ff1b1 100644
--- a/src/libvlr/vlr.c
+++ b/src/libvlr/vlr.c
@@ -1293,7 +1293,7 @@
}
/* Dispatch result to vsub->lu_fsm, which will either handle the result by itself (Check IMEI early) or dispatch
- * it further to lu_compl_vlr_fsm (Check IMEI after LU). */
+ * it further to lu_compl_vlr_fsm (Check IMEI after LU). */
if (gsup->message_type == OSMO_GSUP_MSGT_CHECK_IMEI_RESULT) {
if (gsup->imei_result == OSMO_GSUP_IMEI_RESULT_ACK)
osmo_fsm_inst_dispatch(vsub->lu_fsm, VLR_ULA_E_HLR_IMEI_ACK, NULL);
To view, visit change 38109. To unsubscribe, or for help writing mail filters, visit settings.