diff options
author | Roger Dingledine <arma@torproject.org> | 2004-04-27 21:48:37 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-04-27 21:48:37 +0000 |
commit | 158e2cf536f02aafae1795897563af678dbd0e50 (patch) | |
tree | c664ad13c46c488d0cb2fa454e07005dc9164ef8 /src/or/rendmid.c | |
parent | 9965bd8387cf2f7a838245d3999bb84af51fccf1 (diff) | |
download | tor-158e2cf536f02aafae1795897563af678dbd0e50.tar.gz tor-158e2cf536f02aafae1795897563af678dbd0e50.zip |
set Content-Type on the directory and hidserv descriptor
svn:r1731
Diffstat (limited to 'src/or/rendmid.c')
-rw-r--r-- | src/or/rendmid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendmid.c b/src/or/rendmid.c index b40e81b48b..10eeab4dff 100644 --- a/src/or/rendmid.c +++ b/src/or/rendmid.c @@ -173,7 +173,7 @@ rend_mid_introduce(circuit_t *circ, const char *request, int request_len) return -1; } -/* Process an ESTABLISH_RENDEZVOUS cell by settingthe circuit's purpose and +/* Process an ESTABLISH_RENDEZVOUS cell by setting the circuit's purpose and * rendezvous cookie. */ int |