diff options
| author | Adam <Adam@anope.org> | 2013-03-01 00:57:24 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2013-03-01 00:57:24 -0500 |
| commit | 91ad9d22cad8c1da3134975852ba1f732b55dabe (patch) | |
| tree | f93eb451755e2e531c75d2c16ced8c96f17e243c /modules/extra | |
| parent | 6aa9ad938a4923bd730516aa97a6e19643fd5c57 (diff) | |
Fix Windows build
Diffstat (limited to 'modules/extra')
| -rw-r--r-- | modules/extra/dns.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/extra/dns.h b/modules/extra/dns.h index 4eba1630c..469bb0e82 100644 --- a/modules/extra/dns.h +++ b/modules/extra/dns.h @@ -56,7 +56,7 @@ namespace DNS ERROR_NONE, ERROR_UNKNOWN, ERROR_UNLOADED, - ERROR_TIMEOUT, + ERROR_TIMEDOUT, ERROR_NOT_AN_ANSWER, ERROR_NONSTANDARD_QUERY, ERROR_FORMAT_ERROR, @@ -166,7 +166,7 @@ namespace DNS { Log(LOG_DEBUG_2) << "Resolver: timeout for query " << this->name; Query rr(*this); - rr.error = ERROR_TIMEOUT; + rr.error = ERROR_TIMEDOUT; this->OnError(&rr); } }; |
