summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-10-05 02:06:36 +0000
committerNick Mathewson <nickm@torproject.org>2005-10-05 02:06:36 +0000
commit843459558438d381c9040cba0216e7fa877ecbe1 (patch)
tree0fc71127f05c5db2e08e844b592bfc45bc1995e2 /src/or/main.c
parent0924094042382892ca6ada9977b6e4696222c24c (diff)
downloadtor-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.c1
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;
}
+