From 1ee80d5d5f90580efb0151f40d38dc4dff2fec92 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 11 May 2006 21:43:46 +0000 Subject: Increase length of dhost git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3955 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/users.h b/include/users.h index 8f396c8c6..25db5eb08 100644 --- a/include/users.h +++ b/include/users.h @@ -144,7 +144,7 @@ class userrec : public connection /** The host displayed to non-opers (used for cloaking etc). * This usually matches the value of userrec::host. */ - char dhost[64]; + char dhost[65]; /** The users full name. */ -- cgit v1.2.3