diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-11-06 22:20:16 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-11-06 22:20:16 +0000 |
commit | fe272d05ac511dce6b31d7d8e3ec5d753c7ec416 (patch) | |
tree | 1dde0e7ffc3328b531307d43a3a57197aa119054 /modules/m_testline.c | |
parent | c6a12e857af384689fdc0cd478da1714bb9b16aa (diff) |
- More config subsystem cleanups
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1644 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules/m_testline.c')
-rw-r--r-- | modules/m_testline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_testline.c b/modules/m_testline.c index 086b141..674f9c7 100644 --- a/modules/m_testline.c +++ b/modules/m_testline.c @@ -62,7 +62,7 @@ mo_testline(struct Client *client_p, struct Client *source_p, struct MaskItem *conf = NULL; struct irc_ssaddr ip; int host_mask; - int t; + enum hostmask_type t; int matches = 0; char userhost[HOSTLEN + USERLEN + 2]; struct split_nuh_item nuh; |