From 7d617f48c46112fde73f1dd445030893b90a1efe Mon Sep 17 00:00:00 2001
From: brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Date: Sun, 6 Aug 2006 22:50:19 +0000
Subject: [PATCH] Fix for ipv6 build

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4757 e03df62e-2008-0410-955e-edbf42e46eb7
---
 src/modules/m_cloaking.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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