aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/apn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsm/apn.c')
-rw-r--r--src/gsm/apn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/apn.c b/src/gsm/apn.c
index a7074eab..c5169ad8 100644
--- a/src/gsm/apn.c
+++ b/src/gsm/apn.c
@@ -31,7 +31,7 @@
#define APN_OI_GPRS_FMT "mnc%03u.mcc%03u.gprs"
#define APN_GPRS_FMT "%s.mnc%03u.mcc%03u.gprs"
-static __thread char apn_strbuf[APN_MAXLEN+1];
+static char apn_strbuf[APN_MAXLEN+1];
char *osmo_apn_qualify_buf(char *buf, size_t buf_len, unsigned int mcc, unsigned int mnc, const char *ni)
{