From 720281b32e521bcc3fda07f7ce7b9453809ddd83 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 10 May 2004 07:27:29 +0000 Subject: [PATCH] Close rogue s svn:r1838 --- src/or/buffers.c | 2 +- src/or/rendservice.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/or/buffers.c b/src/or/buffers.c index 85921e3b50..b15e43028e 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -172,7 +172,7 @@ void buf_free(buf_t *buf) { tor_free(buf); } -/** Read from socket s, writing onto end of buf. Read at most +/** Read from socket s, writing onto end of buf. Read at most * at_most bytes, resizing the buffer as necessary. If read() * returns 0, set *reached_eof to 1 and return 0. Return -1 on error; * else return the number of bytes read. Return 0 if read() would diff --git a/src/or/rendservice.c b/src/or/rendservice.c index a84b6f38c7..2106853974 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -78,7 +78,7 @@ static void rend_service_free_all(void) rend_service_list = smartlist_create(); } -/** Validate service and add it to rend_service_list if possible. +/** Validate service and add it to rend_service_list if possible. */ static void add_service(rend_service_t *service) { @@ -894,7 +894,7 @@ rend_service_dump_stats(int severity) } } -/** Given conn, a rendezvous exit stream, look up the hidden service for +/** Given conn, a rendezvous exit stream, look up the hidden service for * 'circ', and look up the port and address based on conn-\>port. * Assign the actual conn-\>addr and conn-\>port. Return -1 if failure, * or 0 for success. -- 2.47.3