blob: 75e1617f07e409b564cdb435d0fadd1581e600f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.5 2007/01/18 18:26:21 tonio Exp $
--- src/config.c.orig 2006-11-01 07:54:31.000000000 +0100
+++ src/config.c
@@ -252,7 +252,7 @@ int
load_config( const char *where, int pseudo )
{
conffile_t cfile;
- store_conf_t *store, **storeapp = &stores, **sptarg;
+ store_conf_t *store = NULL, **storeapp = &stores, **sptarg;
channel_conf_t *channel, **channelapp = &channels;
group_conf_t *group, **groupapp = &groups;
string_list_t *chanlist, **chanlistapp;
|