From 8ed74be517990d100bdfe237a002d5115ea85a5e Mon Sep 17 00:00:00 2001 From: danieldg Date: Sat, 3 Oct 2009 04:08:20 +0000 Subject: Fix crash due to null address in DNS git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11797 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/users.h b/include/users.h index 7e05c9f2a..6f656a51b 100644 --- a/include/users.h +++ b/include/users.h @@ -444,10 +444,6 @@ class CoreExport User : public StreamSocket * @return The port number of this user. */ int GetServerPort(); - /** - * @return The server IP address - */ - std::string GetServerIP(); /** Get client IP string from sockaddr, using static internal buffer * @return The IP string -- cgit v1.2.3