summaryrefslogtreecommitdiff
path: root/src/user_resolver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/user_resolver.cpp')
-rw-r--r--src/user_resolver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user_resolver.cpp b/src/user_resolver.cpp
index 85181716a..1f88018c6 100644
--- a/src/user_resolver.cpp
+++ b/src/user_resolver.cpp
@@ -87,7 +87,7 @@ void UserResolver::OnLookupComplete(const std::string &result, unsigned int ttl,
rev_match = !memcmp(&user_ip->in4.sin_addr, &res_bin, sizeof(res_bin));
}
}
-
+
if (rev_match)
{
std::string hostname = bound_user->stored_host;