summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/conf.c b/src/conf.c
index 6b4b40f..2749ec8 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -1174,8 +1174,6 @@ set_default_conf(void)
ConfigFileEntry.oper_only_umodes = UMODE_DEBUG;
ConfigFileEntry.oper_umodes = UMODE_BOTS | UMODE_LOCOPS | UMODE_SERVNOTICE |
UMODE_OPERWALL | UMODE_WALLOP;
- ConfigFileEntry.use_egd = 0;
- ConfigFileEntry.egdpool_path = NULL;
ConfigFileEntry.throttle_time = 1;
}
@@ -1572,8 +1570,6 @@ clear_out_old_conf(void)
ServerInfo.network_name = NULL;
MyFree(ServerInfo.network_desc);
ServerInfo.network_desc = NULL;
- MyFree(ConfigFileEntry.egdpool_path);
- ConfigFileEntry.egdpool_path = NULL;
#ifdef HAVE_LIBCRYPTO
if (ServerInfo.rsa_private_key != NULL)
{