diff options
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 */ |