diff options
author | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-10 17:48:18 +0000 |
---|---|---|
committer | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-10 17:48:18 +0000 |
commit | 901babedd35b248e923779e9d6261b26e3c7c4b7 (patch) | |
tree | 471c096e83f94e125be96cd551f4350a4a3e8b1b /include/users.h | |
parent | 622a06ce08fabf8b6238dafaa1a66ddb4148c5dc (diff) |
Clear out the string used for the temporarily stored hostname during DNS resolution. Should save at least strlen(host) per user
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10496 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h index 1eb48c2f0..5aff66e54 100644 --- a/include/users.h +++ b/include/users.h @@ -520,7 +520,7 @@ class CoreExport User : public EventHandler */ time_t nping; - /** Stored reverse lookup from res_forward + /** Stored reverse lookup from res_forward. Should not be used after resolution. */ std::string stored_host; |