From 912eea52d79c8eb329d76499ad09ee9efd569733 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Tue, 13 Aug 2019 18:13:01 +0200 Subject: [PATCH] More NULs are always a good thing. [skip ci] --- src/debug.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index 7859491ab..8a3f7a036 100644 --- a/src/debug.c +++ b/src/debug.c @@ -58,7 +58,9 @@ MODVAR char serveropts[] = { #ifdef USE_LIBCURL 'r', #endif - '\0', /* Don't change those 3 nuls. -- Syzop */ + '\0', /* Don't change those nuls. -- Syzop */ + '\0', + '\0', '\0', '\0' };