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

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 7105 by michael, Sat Jan 23 20:11:27 2016 UTC vs.
Revision 7159 by michael, Thu Jan 28 11:26:51 2016 UTC

# Line 598 | Line 598 | find_matching_name_conf(enum maskitem_ty
598        {
599          if ((user == NULL && (host == NULL)))
600            return conf;
601 <        if ((conf->flags & flags) != flags)
601 >        if ((conf->modes & flags) != flags)
602            continue;
603          if (EmptyString(conf->user) || EmptyString(conf->host))
604            return conf;
# Line 1181 | Line 1181 | clear_out_old_conf(void)
1181    ConfigServerInfo.network_name = NULL;
1182    xfree(ConfigServerInfo.network_desc);
1183    ConfigServerInfo.network_desc = NULL;
1184 #ifdef HAVE_LIBCRYPTO
1185  if (ConfigServerInfo.rsa_private_key)
1186  {
1187    RSA_free(ConfigServerInfo.rsa_private_key);
1188    ConfigServerInfo.rsa_private_key = NULL;
1189  }
1190 #endif
1184  
1185    xfree(ConfigServerInfo.rsa_private_key_file);
1186    ConfigServerInfo.rsa_private_key_file = NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)