summaryrefslogtreecommitdiff
path: root/src/or/directory.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-10-12 18:25:25 +0000
committerNick Mathewson <nickm@torproject.org>2005-10-12 18:25:25 +0000
commit972b7512c7e90aca3ba73333c8fa32cfb9974571 (patch)
tree54b3e8b4bf57801c8f14c49fdab13b4b3b43e1e8 /src/or/directory.c
parentfd9bfef13bb68c38adb9bb7017c8bbf73d3bfb2c (diff)
downloadtor-972b7512c7e90aca3ba73333c8fa32cfb9974571.tar.gz
tor-972b7512c7e90aca3ba73333c8fa32cfb9974571.zip
authorities do not replace server descriptors where nothing semantically relevant has changed since the last upload.
svn:r5240
Diffstat (limited to 'src/or/directory.c')
-rw-r--r--src/or/directory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c
index ba6e5234b8..f7dd7a8071 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -1441,7 +1441,7 @@ directory_handle_command_post(connection_t *conn, char *headers,
if (!authdir_mode(get_options())) {
/* we just provide cached directories; we don't want to
* receive anything. */
- write_http_status_line(conn, 400, "Nonauthoritative directory does not not store server descriptors.");
+ write_http_status_line(conn, 400, "Nonauthoritative directory does not accept posted server descriptors.");
return 0;
}