diff options
| author | 2008-08-16 10:06:58 +0000 | |
|---|---|---|
| committer | 2008-08-16 10:06:58 +0000 | |
| commit | 4fc13074e33228ced7ae1a9183d856e4a8ea6f99 (patch) | |
| tree | 215a69b499ce64f32bbda3e57f8e347afe836ae7 /src/users.cpp | |
| parent | Fix for bug #594, already exists in trunk, backport (diff) | |
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
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 1 |
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 |
