diff options
Diffstat (limited to 'include')
-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 52a485f8b..6f918204d 100644 --- a/include/connection.h +++ b/include/connection.h @@ -32,7 +32,7 @@ class connection : public Extensible /** Hostname of connection. Not used if this is a serverrec */ - char host[64]; + char host[65]; /** Stats counter for bytes inbound */ |