diff options
Diffstat (limited to 'storage_xml.c')
| -rw-r--r-- | storage_xml.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/storage_xml.c b/storage_xml.c index 3ee8ae1d..d32ed25f 100644 --- a/storage_xml.c +++ b/storage_xml.c @@ -173,7 +173,7 @@ static storage_status_t xml_load_real( irc_t *irc, const char *my_nick, const ch  	struct xml_parsedata xd[1];  	char *fn, buf[2048];  	int fd, st; -	struct xt_parser *xp; +	struct xt_parser *xp = NULL;  	struct xt_node *node;  	storage_status_t ret = STORAGE_OTHER_ERROR; | 
