summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index f8ef0b2..b7f6eef 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -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))