no need to make gsmnet structure non-static (fix from last commit)

This commit is contained in:
Harald Welte 2009-05-01 15:00:20 +00:00
parent edb3778542
commit 879c85a89c
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
#include <openbsc/e1_input.h>
/* global pointer to the gsm network data structure */
struct gsm_network *gsmnet;
static struct gsm_network *gsmnet;
/* MCC and MNC for the Location Area Identifier */
static int MCC = 1;