aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc/auth.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-10 23:30:37 +0100
committerHarald Welte <laforge@gnumonks.org>2016-03-17 14:15:16 +0100
commitd2fa7a509a989bb775b56932502d128ec974330d (patch)
treeac1b91a86b068b4c04f5bb40ac3e34974d2d37ff /openbsc/src/libmsc/auth.c
parentf4afcf0b2345a51d3e69c4dbb61279af233388cf (diff)
fix confusing typo in constant (THAN -> THEN)
Diffstat (limited to 'openbsc/src/libmsc/auth.c')
-rw-r--r--openbsc/src/libmsc/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libmsc/auth.c b/openbsc/src/libmsc/auth.c
index 0a2f59e36..65a9b03c4 100644
--- a/openbsc/src/libmsc/auth.c
+++ b/openbsc/src/libmsc/auth.c
@@ -132,6 +132,6 @@ int auth_get_tuple_for_subscr(struct gsm_auth_tuple *atuple,
db_sync_lastauthtuple_for_subscr(atuple, subscr);
DEBUGP(DMM, "Need to do authentication and ciphering\n");
- return AUTH_DO_AUTH_THAN_CIPH;
+ return AUTH_DO_AUTH_THEN_CIPH;
}