summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-09-03 19:08:52 +0100
committerPeter Powell <petpow@saberuk.com>2017-09-03 19:28:50 +0100
commit74dd288542e28f3604306cc69468f88b14c1b3c5 (patch)
tree9fddfe8ecafea785380efdc8398185c56e4fb4fb /src/users.cpp
parent6399cd9327eac2776355644fe21acb02e52cf16c (diff)
Move <dns:timeout> out of the core.
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index a84e12b4a..dd0d54286 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -494,7 +494,7 @@ void LocalUser::CheckClass(bool clone_count)
}
}
- this->nping = ServerInstance->Time() + a->GetPingTime() + ServerInstance->Config->dns_timeout;
+ this->nping = ServerInstance->Time() + a->GetPingTime();
}
bool LocalUser::CheckLines(bool doZline)