Register servername etc. under NOMD5

This fixes crashes in the menus.
This commit is contained in:
James R 2020-02-21 20:04:28 -08:00
parent 08627752b2
commit 0f2b8b8b2c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include <time.h>
#if (defined (NOMD5) || defined (NOMSERV)) && !defined (NONET)
#if (defined (NOMSERV)) && !defined (NONET)
#define NONET
#endif