mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Space out the line.key/line.value in test_policy_summary_helper_family_flags()
This commit is contained in:
parent
1da0b05a5c
commit
53e2292c05
@ -62,8 +62,8 @@ test_policy_summary_helper_family_flags(const char *policy_str,
|
||||
short_policy_t *short_policy = NULL;
|
||||
int success = 0;
|
||||
|
||||
line.key = (char*)"foo";
|
||||
line.value = (char *)policy_str;
|
||||
line.key = (char *) "foo";
|
||||
line.value = (char *) policy_str;
|
||||
line.next = NULL;
|
||||
|
||||
r = policies_parse_exit_policy(&line, &policy,
|
||||
|
Loading…
Reference in New Issue
Block a user