[db] Make the db connection static

This commit is contained in:
Holger Freyther 2009-04-19 06:35:20 +00:00
parent 36650b872f
commit 1d506c8a54
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
static char *db_basename = NULL;
static char *db_dirname = NULL;
dbi_conn conn;
static dbi_conn conn;
static struct gsm_network *current_network = NULL;
static char *create_stmts[] = {