summaryrefslogtreecommitdiff
path: root/include/modules
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-02-06 11:36:32 +0000
committerSadie Powell <sadie@witchery.services>2020-02-06 11:36:32 +0000
commit1315f797526df355baa593b78d4d558d7b5f5c8b (patch)
treef7d94aeb94feb59fa4cd47f38901e60a322803a3 /include/modules
parent0c5b85df8c5ae969831551ddefb8e07cb6da5f08 (diff)
Initialise batchendmsg to NULL.
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/ircv3_batch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/modules/ircv3_batch.h b/include/modules/ircv3_batch.h
index 6f86b5f29..b6e5968c1 100644
--- a/include/modules/ircv3_batch.h
+++ b/include/modules/ircv3_batch.h
@@ -112,6 +112,7 @@ class IRCv3::Batch::Batch
, type(Type)
, batchinfo(NULL)
, batchstartmsg(NULL)
+ , batchendmsg(NULL)
{
}