From 4fc13074e33228ced7ae1a9183d856e4a8ea6f99 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 16 Aug 2008 10:06:58 +0000 Subject: Merge in patch for bug #592 submitted by Zerg2000, thanks. Not required for trunk. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10146 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/users.cpp') 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 -- cgit v1.3.1-10-gc9f91