From a77bd0e21d1e479b48327cfbf13aaa2fec4522b4 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 5 May 2013 10:27:18 +0000 Subject: - conf.c:verify_access(): removed unused variable git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1948 82007160-df01-0410-b94d-b575c5fd34c7 --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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)) -- cgit