ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/conf.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/conf.c (file contents):
Revision 8309 by michael, Wed Feb 28 16:45:52 2018 UTC vs.
Revision 8313 by michael, Wed Feb 28 17:45:36 2018 UTC

# Line 629 | Line 629 | set_default_conf(void)
629    ConfigServerInfo.max_nick_length = 9;
630    ConfigServerInfo.max_topic_length = 80;
631    ConfigServerInfo.hub = 0;
632  ConfigServerInfo.libgeoip_database_options = 0;
632  
633    log_del_all();
634  
# Line 1020 | Line 1019 | clear_out_old_conf(void)
1019  
1020    pseudo_clear();  /* Clear pseudo {} items */
1021  
1023 #ifdef HAVE_LIBGEOIP
1024  GeoIP_delete(GeoIPv4_ctx);
1025  GeoIPv4_ctx = NULL;
1026  GeoIP_delete(GeoIPv6_ctx);
1027  GeoIPv6_ctx = NULL;
1028 #endif
1029
1022    /* Clean out ConfigServerInfo */
1023    xfree(ConfigServerInfo.description);
1024    ConfigServerInfo.description = NULL;
# Line 1034 | Line 1026 | clear_out_old_conf(void)
1026    ConfigServerInfo.network_name = NULL;
1027    xfree(ConfigServerInfo.network_desc);
1028    ConfigServerInfo.network_desc = NULL;
1037  xfree(ConfigServerInfo.libgeoip_ipv6_database_file);
1038  ConfigServerInfo.libgeoip_ipv6_database_file = NULL;
1039  xfree(ConfigServerInfo.libgeoip_ipv4_database_file);
1040  ConfigServerInfo.libgeoip_ipv4_database_file = NULL;
1029    xfree(ConfigServerInfo.rsa_private_key_file);
1030    ConfigServerInfo.rsa_private_key_file = NULL;
1031    xfree(ConfigServerInfo.ssl_certificate_file);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines