]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Clear out the string used for the temporarily stored hostname during DNS resolution...
[user/henk/code/inspircd.git] / include / users.h
index 1eb48c2f08c4fb8b48d7411c358a73ab1d018fdd..5aff66e54ba491a117c4e637f20f5c98dc154b68 100644 (file)
@@ -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;