diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-10-05 02:06:36 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-10-05 02:06:36 +0000 |
commit | 843459558438d381c9040cba0216e7fa877ecbe1 (patch) | |
tree | 0fc71127f05c5db2e08e844b592bfc45bc1995e2 /src/or/main.c | |
parent | 0924094042382892ca6ada9977b6e4696222c24c (diff) | |
download | tor-843459558438d381c9040cba0216e7fa877ecbe1.tar.gz tor-843459558438d381c9040cba0216e7fa877ecbe1.zip |
Fix verbose compiler warnings, including one in routerlist.c that would have been an actual error. Normalize whitespace. Enforce convention that "address" is a hostname and "addr" is an IPv4 address.
svn:r5190
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index 3980488429..068e2d8819 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1983,3 +1983,4 @@ tor_main(int argc, char *argv[]) tor_cleanup(); return -1; } + |