# HG changeset patch # User carl # Date 1154455081 25200 # Node ID ae9daf43d8eb0b19449c21442ff14016306dd737 # Parent df355d117199e778c995d5a0ef4840347cb46af9 uribl lookups fully qualified; allow two component host names diff -r df355d117199 -r ae9daf43d8eb src/dnsbl.cpp --- a/src/dnsbl.cpp Tue Aug 01 10:44:55 2006 -0700 +++ b/src/dnsbl.cpp Tue Aug 01 10:58:01 2006 -0700 @@ -88,7 +88,7 @@ pthread_mutex_t fd_pool_mutex; std::set fd_pool; -const int NULL_SOCKET = -1; +int NULL_SOCKET = -1; const time_t ERROR_SOCKET_TIME = 60; // number of seconds between attempts to open a socket to the dns resolver process char *resolver_port = NULL; // unix domain socket to talk to the dns resolver process int resolver_socket = NULL_SOCKET; // socket used to listen for resolver requests