diff options
| author | 2020-02-06 11:36:32 +0000 | |
|---|---|---|
| committer | 2020-02-06 11:36:32 +0000 | |
| commit | 1315f797526df355baa593b78d4d558d7b5f5c8b (patch) | |
| tree | f7d94aeb94feb59fa4cd47f38901e60a322803a3 /include/modules | |
| parent | Include the ABI version with the incompatible module error message. (diff) | |
Initialise batchendmsg to NULL.
Diffstat (limited to 'include/modules')
| -rw-r--r-- | include/modules/ircv3_batch.h | 1 |
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) { } |
