mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
fix a comment
svn:r19262
This commit is contained in:
parent
927d35a001
commit
7e32f0d5c8
@ -1788,7 +1788,7 @@ router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router,
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* Sign the directory */
|
||||
/* Sign the descriptor */
|
||||
strlcpy(s+written, "router-signature\n", maxlen-written);
|
||||
written += strlen(s+written);
|
||||
s[written] = '\0';
|
||||
|
Loading…
Reference in New Issue
Block a user