diff options
author | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-07-30 21:47:28 -0400 |
---|---|---|
committer | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-07-30 21:47:28 -0400 |
commit | 602d2378f54bc2e20f9a5225a63d32685cd792ad (patch) | |
tree | 765efad057333a51755952477b8cc405a1923adb /src/channels.cpp | |
parent | afb3782aa3e7b40937c5dff03b22f6d4de869dc9 (diff) |
Cleanup in misc.cpp.
Diffstat (limited to 'src/channels.cpp')
-rw-r--r-- | src/channels.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index 525478ea1..894528c88 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -1467,7 +1467,7 @@ Entry *entry_create(const Anope::string &mask) /* Only check the host if it's not a pure wildcard */ if (!host.empty() && !str_is_pure_wildcard(host)) { - if (ircd->cidrchanbei && str_is_cidr(host, &ip, &cidr, cidrhost)) + if (ircd->cidrchanbei && str_is_cidr(host, ip, cidr, cidrhost)) { entry->cidr_ip = ip; entry->cidr_mask = cidr; |