summaryrefslogtreecommitdiffstats
path: root/ax25/ax25d.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/ax25d.c')
-rw-r--r--ax25/ax25d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25/ax25d.c b/ax25/ax25d.c
index 9e20b03..ee921ab 100644
--- a/ax25/ax25d.c
+++ b/ax25/ax25d.c
@@ -182,7 +182,7 @@ struct axlist { /* Have used same struct for quickness */
int LoggingVC; /* extra log stuff */
};
-static struct axlist *AXL = NULL;
+static struct axlist *AXL;
static char *ConfigFile = CONF_AX25D_FILE;
static char User[10]; /* Room for 'GB9ZZZ-15\0' */
static char Node[10]; /* Room for 'GB9ZZZ-15\0' */