diff options
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 |