aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 5a50cc136..420400671 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -218,6 +218,7 @@ void UserResolver::OnLookupComplete(const std::string &result, unsigned int ttl,
strlcpy(this->bound_user->host, hostname.c_str(),64);
/* Invalidate cache */
this->bound_user->InvalidateCache();
+ ServerInstance->next_call = ServerInstance->Time();
}
}
else