summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-05 19:19:06 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-05 19:19:06 +0000
commitc2e74da7a8fb5f2421dfca91234e7f595ab09acc (patch)
tree1446a3986f66f630115a06b5cfc940d9760842a0 /include
parentfcff62668fc2f0fcdade711725bacc4faa695f88 (diff)
- Fixed server name leak for hidden servers in /who, /whois and /whowas
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2747 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r--include/whowas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/whowas.h b/include/whowas.h
index 42fa7e4..af19196 100644
--- a/include/whowas.h
+++ b/include/whowas.h
@@ -33,6 +33,7 @@
struct Whowas
{
int hashv;
+ int shide;
time_t logoff;
char name[NICKLEN + 1];
char username[USERLEN + 1];