1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 02:33:12 +02:00

More NULs are always a good thing.

[skip ci]
This commit is contained in:
Bram Matthys
2019-08-13 18:13:01 +02:00
parent 5279212b30
commit 912eea52d7
+3 -1
View File
@@ -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'
};