From 12427e75fe175fe7a62f388281dd7ab5100c9dda Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 May 2008 19:12:43 +0000 Subject: Convert connection::host git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9768 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3