mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 20:19:02 -04:00
Typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4358 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
d4cb72e312
commit
2eacbf5448
@ -900,7 +900,7 @@ Resolver::Resolver(const std::string &source, bool forward, const std::string &d
|
||||
else
|
||||
{
|
||||
Query.ReverseLookup(input.c_str(), false);
|
||||
this->Fd = Query.GetFD();
|
||||
this->fd = Query.GetFD();
|
||||
}
|
||||
if (fd < 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user