From f2566ff550bc3516eb35fab76217384866de8bcb Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sun, 21 Apr 2013 05:41:09 +0100 Subject: Move to . --- include/users.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/users.h b/include/users.h index 9b7d28d31..0f57074b2 100644 --- a/include/users.h +++ b/include/users.h @@ -144,6 +144,10 @@ struct CoreExport ConnectClass : public refcountbase */ unsigned long limit; + /** If set to true, no user DNS lookups are to be performed + */ + bool nouserdns; + /** Create a new connect class with no settings. */ ConnectClass(ConfigTag* tag, char type, const std::string& mask); -- cgit v1.2.3