Changeset 1076
- Timestamp:
- 07/26/07 00:31:29 (3 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/nameserver.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/nameserver.cc
r1012 r1076 91 91 if(s<0) 92 92 throw AhuException("Unable to acquire a UDP socket: "+string(strerror(errno))); 93 94 if(locals.size() > 1 && !Utility::setNonBlocking(s)) 95 throw AhuException("Unable to set UDP socket to non-blocking: "+stringerror()); 93 96 94 97 memset(&locala,0,sizeof(locala));