aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/src/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/auth.c b/openbsc/src/auth.c
index 91039016e..ee1e291c4 100644
--- a/openbsc/src/auth.c
+++ b/openbsc/src/auth.c
@@ -87,7 +87,7 @@ int auth_get_tuple_for_subscr(struct gsm_auth_tuple *atuple,
/* If possible, re-use the last tuple and skip auth */
rc = db_get_lastauthtuple_for_subscr(atuple, subscr);
if ((rc == 0) &&
- (atuple->key_seq != GSM_KEY_SEQ_INVAL) &&
+ (key_seq != GSM_KEY_SEQ_INVAL) &&
(atuple->use_count < 3))
{
atuple->use_count++;