diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-03 04:08:20 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-03 04:08:20 +0000 |
commit | 8ed74be517990d100bdfe237a002d5115ea85a5e (patch) | |
tree | b9d50cac1077d59fb06cc9b164572573ad393e7a /include | |
parent | de25d946733f774e3a5b53a58438a9c92af0acbe (diff) |
Fix crash due to null address in DNS
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11797 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 |