14 lines
482 B
Plaintext
14 lines
482 B
Plaintext
$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;
|