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/connection.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/connection.c')
-rw-r--r-- | src/or/connection.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index 9ab7f25f02..fccb2ddaa4 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -405,7 +405,7 @@ static int connection_handle_listener_read(connection_t *conn, int new_type) { return 0; } /* else there was a real error. */ - log_fn(LOG_WARN,"accept() failed: %s. Closing listener.", + log_fn(LOG_WARN,"accept() failed: %s. Closing listener.", tor_socket_strerror(e)); connection_mark_for_close(conn); return -1; @@ -570,7 +570,7 @@ static void listener_close_if_present(int type) { } } -/** +/** * Launch any configured listener connections of type <b>type</b>. (A * listener is configured if <b>port_option</b> is non-zero. If any * BindAddress configuration options are given in <b>cfg</b>, create a @@ -578,7 +578,7 @@ static void listener_close_if_present(int type) { * connection binding to the address <b>default_addr</b>.) * * If <b>force</b> is true, close and re-open all listener connections. - * Otherwise, only relaunch the listeners of this type if the number of + * Otherwise, only relaunch the listeners of this type if the number of * existing connections is not as configured (e.g., because one died). */ static int retry_listeners(int type, struct config_line_t *cfg, |