]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Initialise batchendmsg to NULL.
authorSadie Powell <sadie@witchery.services>
Thu, 6 Feb 2020 11:36:32 +0000 (11:36 +0000)
committerSadie Powell <sadie@witchery.services>
Thu, 6 Feb 2020 11:36:32 +0000 (11:36 +0000)
include/modules/ircv3_batch.h

index 6f86b5f299393c6b7ad91437db3cb049e48b901d..b6e5968c1975f5a3b050fd19787ea0cb0914c221 100644 (file)
@@ -112,6 +112,7 @@ class IRCv3::Batch::Batch
                , type(Type)
                , batchinfo(NULL)
                , batchstartmsg(NULL)
+               , batchendmsg(NULL)
        {
        }