diff options
Diffstat (limited to 'src/pluto/demux.c')
-rw-r--r-- | src/pluto/demux.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pluto/demux.c b/src/pluto/demux.c index 4bd037315..8d2459eac 100644 --- a/src/pluto/demux.c +++ b/src/pluto/demux.c @@ -966,7 +966,9 @@ malloc_md(void) * - .note = NOTHING_WRONG * - .encrypted = FALSE */ - static const struct msg_digest blank_md; + static const struct msg_digest blank_md = { + .next = NULL, + }; if (md == NULL) { |