diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-05 10:27:18 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-05 10:27:18 +0000 |
commit | a77bd0e21d1e479b48327cfbf13aaa2fec4522b4 (patch) | |
tree | 99025047127bb4583bb21487ae86ec07397e0349 /src | |
parent | cda96af5bd7c5b97f0267e48950d10748699965e (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
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)) |