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 db76859d7..032f9ba6c 100644 --- a/include/connection.h +++ b/include/connection.h @@ -43,7 +43,7 @@ class connection : public Extensible /** Hostname of connection. Not used if this is a serverrec */ - char host[160]; + char host[64]; /** Stats counter for bytes inbound */ |