diff options
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); |