diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -304,7 +304,7 @@ check_client(struct Client *source_p) static int verify_access(struct Client *client_p) { - struct MaskItem *conf = NULL, *rkconf = NULL; + struct MaskItem *conf = NULL; char non_ident[USERLEN + 1] = { '~', '\0' }; if (IsGotId(client_p)) |