summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/opkg_conf.c')
-rw-r--r--libopkg/opkg_conf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libopkg/opkg_conf.c b/libopkg/opkg_conf.c
index d773c16..a29666c 100644
--- a/libopkg/opkg_conf.c
+++ b/libopkg/opkg_conf.c
@@ -34,7 +34,7 @@
#include <glob.h>
static int lock_fd;
-char *lock_file;
+static char *lock_file = NULL;
static opkg_conf_t _conf;
opkg_conf_t *conf = &_conf;
@@ -398,7 +398,6 @@ opkg_conf_init(void)
int i;
char *tmp, *tmp_dir_base, **tmp_val;
nv_pair_list_t tmp_dest_nv_pair_list;
- char *lock_file = NULL;
glob_t globbuf;
char *etc_opkg_conf_pattern;