summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-05 10:27:18 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-05-05 10:27:18 +0000
commita77bd0e21d1e479b48327cfbf13aaa2fec4522b4 (patch)
tree99025047127bb4583bb21487ae86ec07397e0349
parentcda96af5bd7c5b97f0267e48950d10748699965e (diff)
- 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
-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))