diff options
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; |