diff --git a/src/hlr_auc_gw/hlr_auc_gw.c b/src/hlr_auc_gw/hlr_auc_gw.c index 5ff4e44da..e31890354 100644 --- a/src/hlr_auc_gw/hlr_auc_gw.c +++ b/src/hlr_auc_gw/hlr_auc_gw.c @@ -544,7 +544,7 @@ static void aka_auts(int s, struct sockaddr_un *from, socklen_t fromlen, *auts++ = '\0'; __rand = strchr(auts, ' '); - if (rand == NULL) + if (__rand == NULL) return; *__rand++ = '\0';