summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/send.c b/src/send.c
index 5cae833..5808423 100644
--- a/src/send.c
+++ b/src/send.c
@@ -693,7 +693,7 @@ sendto_channel_remote(struct Client *one, struct Client *from, unsigned int type
* side effects - NONE
*/
static int
-match_it(const struct Client *one, const char *mask, int what)
+match_it(const struct Client *one, const char *mask, unsigned int what)
{
if (what == MATCH_HOST)
return !match(mask, one->host);