mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Whitespace fixes; comments.
svn:r5596
This commit is contained in:
parent
713c995adb
commit
24e79df0b6
@ -1316,6 +1316,8 @@ generate_v2_networkstatus(void)
|
|||||||
ri->cache_info.identity_digest);
|
ri->cache_info.identity_digest);
|
||||||
int f_named = naming && ri->is_named;
|
int f_named = naming && ri->is_named;
|
||||||
int f_valid = ri->is_verified;
|
int f_valid = ri->is_verified;
|
||||||
|
/* 0.1.1.9-alpha is the first version to support fetch by descriptor
|
||||||
|
* hash. */
|
||||||
int f_v2_dir = ri->dir_port &&
|
int f_v2_dir = ri->dir_port &&
|
||||||
tor_version_as_new_as(ri->platform,"0.1.1.9-alpha");
|
tor_version_as_new_as(ri->platform,"0.1.1.9-alpha");
|
||||||
char identity64[BASE64_DIGEST_LEN+1];
|
char identity64[BASE64_DIGEST_LEN+1];
|
||||||
|
@ -777,7 +777,8 @@ router_parse_entry_from_string(const char *s, const char *end)
|
|||||||
goto err;
|
goto err;
|
||||||
} else {
|
} else {
|
||||||
if (tok->n_args < 3) {
|
if (tok->n_args < 3) {
|
||||||
warn(LD_DIR,"Not enough arguments to \"bandwidth\" in server descriptor.");
|
warn(LD_DIR,
|
||||||
|
"Not enough arguments to \"bandwidth\" in server descriptor.");
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
router->bandwidthrate =
|
router->bandwidthrate =
|
||||||
|
Loading…
Reference in New Issue
Block a user