diff options
| author | 2006-08-06 22:50:19 +0000 | |
|---|---|---|
| committer | 2006-08-06 22:50:19 +0000 | |
| commit | 7d617f48c46112fde73f1dd445030893b90a1efe (patch) | |
| tree | e2287e52b7cc7ddf23328cabaa761ec136a22055 /src/modules/m_cloaking.cpp | |
| parent | return statement in wrong place caused modes to be dropped (diff) | |
| download | inspircd++-7d617f48c46112fde73f1dd445030893b90a1efe.tar.gz inspircd++-7d617f48c46112fde73f1dd445030893b90a1efe.tar.bz2 inspircd++-7d617f48c46112fde73f1dd445030893b90a1efe.zip | |
Fix for ipv6 build
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4757 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_cloaking.cpp')
| -rw-r--r-- | src/modules/m_cloaking.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_cloaking.cpp b/src/modules/m_cloaking.cpp index fd90fd9a9..1e1826b41 100644 --- a/src/modules/m_cloaking.cpp +++ b/src/modules/m_cloaking.cpp @@ -327,7 +327,7 @@ class CloakUser : public ModeHandler char ra[64]; this->GenHash(dest->host,ra); std::string b = ""; - in_addr testaddr; + insp_inaddr testaddr; std::string hostcloak = prefix + "-" + std::string(ra) + a; /* Fix by brain - if the cloaked host is > the max length of a host (64 bytes |
