mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 06:35:28 +01:00
fix long line
This commit is contained in:
parent
d4b31cf98f
commit
989e74e5c0
1 changed files with 2 additions and 1 deletions
|
@ -4799,7 +4799,8 @@ config_parse_units(const char *val, struct unit_table_t *u, int *ok)
|
|||
|
||||
tor_assert(ok);
|
||||
sl = smartlist_create();
|
||||
smartlist_split_string(sl, val, NULL, SPLIT_SKIP_SPACE|SPLIT_IGNORE_BLANK, 3);
|
||||
smartlist_split_string(sl, val, NULL,
|
||||
SPLIT_SKIP_SPACE|SPLIT_IGNORE_BLANK, 3);
|
||||
|
||||
if (smartlist_len(sl) < 1 || smartlist_len(sl) > 2) {
|
||||
*ok = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue