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.
vlr_auth_fsm: fix missing space
Change-Id: I8976221ca7e314cc655f43c3ccffd9f15364cc0e
---
M src/libvlr/vlr_auth_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libvlr/vlr_auth_fsm.c b/src/libvlr/vlr_auth_fsm.c
index 964c4d7..1182ee2 100644
--- a/src/libvlr/vlr_auth_fsm.c
+++ b/src/libvlr/vlr_auth_fsm.c
@@ -473,7 +473,7 @@
case VLR_AUTH_E_HLR_SAI_NACK:
auth_fsm_term(fi,
AUTH_FSM_FAILURE,
- gsup->cause == GMM_CAUSE_IMSI_UNKNOWN?
+ gsup->cause == GMM_CAUSE_IMSI_UNKNOWN ?
GSM48_REJECT_IMSI_UNKNOWN_IN_HLR
: GSM48_REJECT_NETWORK_FAILURE);
break;
To view, visit change 38408. To unsubscribe, or for help writing mail filters, visit settings.