aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-03-26 08:14:37 -0400
committerWilmer van der Gaast <wilmer@gaast.net>2010-03-26 08:14:37 -0400
commit3ddb7477f51d3cf1632e2a8b6f7da4c0609a52cb (patch)
tree4ed5b267d5968fa462c2d84de73f789216b3284e /conf.c
parentba7d16f3c90de2744243efe6373ccebe51cfcb5a (diff)
One total mess that doesn't do much yet, but reorganised some stuff and
untying the IRC and the core parts a little bit. Lots of work left to do.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 8687afea..d4e482cb 100644
--- a/conf.c
+++ b/conf.c
@@ -368,7 +368,7 @@ void conf_loaddefaults( irc_t *irc )
{
if( g_strcasecmp( ini->section, "defaults" ) == 0 )
{
- set_t *s = set_find( &irc->set, ini->key );
+ set_t *s = set_find( &irc->b->set, ini->key );
if( s )
{