diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-05-19 19:12:43 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-05-19 19:12:43 +0000 |
commit | 12427e75fe175fe7a62f388281dd7ab5100c9dda (patch) | |
tree | dde95798e65c424b74e0ce9682ebda4dd1dfa419 /include/connection.h | |
parent | 5865b900cd950755bee1f7001552951d99529d4d (diff) |
Convert connection::host
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9768 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/connection.h')
-rw-r--r-- | include/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connection.h b/include/connection.h index f24fc303d..b754a3750 100644 --- a/include/connection.h +++ b/include/connection.h @@ -28,7 +28,7 @@ class CoreExport connection : public EventHandler /** Hostname of connection. * This should be valid as per RFC1035. */ - char host[65]; + std::string host; /** Stats counter for bytes inbound */ |