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 9595 by michael, Fri Sep 4 16:48:45 2020 UTC vs.
Revision 9607 by michael, Sun Sep 6 06:33:33 2020 UTC

# Line 550 | Line 550 | operator_find(const struct Client *clien
550              break;
551            case HM_IPV6:
552            case HM_IPV4:
553 <            if (address_compare(&client->ip, conf->addr, false, false, conf->bits))
553 >            if (address_compare(&client->ip, conf->addr, false, false, conf->bits) == true)
554                return conf;
555              break;
556            default:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines