From 877e3cfbb05f465ad18a4fdcc5d89ba59b34b629 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 17 Jun 2009 15:07:38 +0000 Subject: Remove unnecessary =NULL initialization of static pointers. --- ot_accesslist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_accesslist.c') diff --git a/ot_accesslist.c b/ot_accesslist.c index 6ef7114..11e4317 100644 --- a/ot_accesslist.c +++ b/ot_accesslist.c @@ -22,7 +22,7 @@ /* GLOBAL VARIABLES */ #ifdef WANT_ACCESSLIST -char *g_accesslist_filename = NULL; +char *g_accesslist_filename; static ot_vector accesslist; static void accesslist_reset( void ) { -- cgit v1.2.3