diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-06 22:50:19 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-06 22:50:19 +0000 |
commit | 7d617f48c46112fde73f1dd445030893b90a1efe (patch) | |
tree | e2287e52b7cc7ddf23328cabaa761ec136a22055 /src | |
parent | 4262bac4f119f9e9344543a0509f5ef8707e2792 (diff) |
Fix for ipv6 build
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4757 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-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 |