mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Whitespace fixes; comments.
svn:r5596
This commit is contained in:
@@ -777,7 +777,8 @@ router_parse_entry_from_string(const char *s, const char *end)
|
||||
goto err;
|
||||
} else {
|
||||
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;
|
||||
}
|
||||
router->bandwidthrate =
|
||||
|
||||
Reference in New Issue
Block a user