diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-01-19 17:02:50 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-01-19 17:02:50 +0000 |
commit | 70345c0f442726f24040af4eefc23f390fff7c58 (patch) | |
tree | 8117e87f39b4d7a095a094ddcfa378982b7e66d2 /src | |
parent | aeb0b42a4f92ced807c83364ff4f36712b7b3d89 (diff) |
- s_serv.h, send.h, send.c: made some things use an enum
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2869 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src')
-rw-r--r-- | src/send.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |