From f97db614397ed6ae721f4d7458ebb0f499aee185 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 2 Jun 2008 18:23:37 +0000 Subject: Clear msgdata where it is unavailable. --- cfg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cfg.c') diff --git a/cfg.c b/cfg.c index 4b4b2476..480a6b6b 100644 --- a/cfg.c +++ b/cfg.c @@ -1,4 +1,4 @@ -/* $Id: cfg.c,v 1.1 2008-06-02 18:08:16 nicm Exp $ */ +/* $Id: cfg.c,v 1.2 2008-06-02 18:23:37 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -121,6 +121,7 @@ load_cfg(const char *path, char **cause) goto error; } + ctx.msgdata = NULL; ctx.cursession = NULL; ctx.curclient = NULL; -- cgit