diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-12-17 22:44:18 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-12-17 22:44:18 +0000 |
commit | b8ac050e85209a5ac56eed63954dda63874364b1 (patch) | |
tree | e1d0fa50f4121e4f548160a4fb86790b48391521 /src/or/router.c | |
parent | 25f78498f91ba9f482bc654d3af8905b600d4f7f (diff) | |
download | tor-b8ac050e85209a5ac56eed63954dda63874364b1.tar.gz tor-b8ac050e85209a5ac56eed63954dda63874364b1.zip |
r15532@tombo: nickm | 2007-12-17 17:41:05 -0500
clean up whitesapce and debug a little on geoip stuff.
svn:r12847
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index 30b307dc40..e7af2d9da2 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -1731,7 +1731,6 @@ extrainfo_dump_to_string(char *s, size_t maxlen, extrainfo_t *extrainfo, } } - len = strlen(s); strlcat(s+len, "router-signature\n", maxlen-len); len += strlen(s+len); |