diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-09 20:04:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-09 20:04:00 +0000 |
commit | 5a5be93f80a3cdb3d72311ece04ccc510c15626c (patch) | |
tree | e8c93b2cc57de810b0dfb0dc35a90727be4a57dc /src/or/rendclient.c | |
parent | d9d053d70b23ef46610867298dabdec579cef9c4 (diff) | |
download | tor-5a5be93f80a3cdb3d72311ece04ccc510c15626c.tar.gz tor-5a5be93f80a3cdb3d72311ece04ccc510c15626c.zip |
Normalize whitespace; add a "tell me about all the unnormalized whitespace" target; fix a braino in dirserv.c
svn:r2758
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r-- | src/or/rendclient.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c index 75d6f33189..b95d0cb794 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -235,7 +235,6 @@ rend_client_introduction_acked(circuit_t *circ, return 0; } - /** If we are not currently fetching a rendezvous service descriptor * for the service ID <b>query</b>, start a directory connection to fetch a * new one. |