diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-19 19:49:03 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-19 19:49:03 +0000 |
commit | baadf35c639022d81ae906e4c9b14f6c4583ae40 (patch) | |
tree | 035c53cd429d46930ba04b88fa20130b7757302b /src/or/eventdns.h | |
parent | bf6702cf8b8f251356b72a8276fefbdeb6eca453 (diff) | |
download | tor-baadf35c639022d81ae906e4c9b14f6c4583ae40.tar.gz tor-baadf35c639022d81ae906e4c9b14f6c4583ae40.zip |
r11646@Kushana: nickm | 2006-12-19 14:40:38 -0500
Resolve bug 363: do not fall back to 127.0.0.1 when no nameservers are configured. Instead, have the admin fix resolv.conf or configure a nameserver.
svn:r9157
Diffstat (limited to 'src/or/eventdns.h')
-rw-r--r-- | src/or/eventdns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/eventdns.h b/src/or/eventdns.h index f49c82e045..f1c05d9f82 100644 --- a/src/or/eventdns.h +++ b/src/or/eventdns.h @@ -187,6 +187,7 @@ * 3 file too large * 4 out of memory * 5 short read from file + * 6 no nameservers in file * * Internals: * |