diff options
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r-- | src/inspsocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index cc0368525..2d49c19db 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -204,7 +204,7 @@ bool InspSocket::BindAddr() { /* If they gave a hostname, bind to the IP it resolves to */ log(DEBUG,"Resolving host %s",IP.c_str()); - if (CleanAndResolve(resolved_addr, IP.c_str(), true)) + if (CleanAndResolve(resolved_addr, IP.c_str(), true, 1)) { log(DEBUG,"Resolved host %s to %s",IP.c_str(),resolved_addr); IP = resolved_addr; |