From e79930ac02de36ec9b5bd3079955fc21b6f9b603 Mon Sep 17 00:00:00 2001 From: w00t Date: Tue, 28 Oct 2008 23:20:28 +0000 Subject: Remove one (now unneeded) 4in6 hack. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10744 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index 83782d393..35c2647d8 100644 --- a/include/users.h +++ b/include/users.h @@ -673,7 +673,7 @@ class CoreExport User : public EventHandler /** Get IP string from sockaddr, using static internal buffer * @return The IP string */ - const char* GetIPString(bool translate4in6 = true); + const char* GetIPString(); /** Get a CIDR mask from the IP of this user, using a static internal buffer. * e.g., GetCIDRMask(16) for 223.254.214.52 returns 223.254.0.0/16 -- cgit v1.2.3