mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
Merge branch 'tor-github/pr/1778'
This commit is contained in:
commit
dccac40e69
@ -62,8 +62,8 @@ test_policy_summary_helper_family_flags(const char *policy_str,
|
|||||||
short_policy_t *short_policy = NULL;
|
short_policy_t *short_policy = NULL;
|
||||||
int success = 0;
|
int success = 0;
|
||||||
|
|
||||||
line.key = (char*)"foo";
|
line.key = (char *) "foo";
|
||||||
line.value = (char *)policy_str;
|
line.value = (char *) policy_str;
|
||||||
line.next = NULL;
|
line.next = NULL;
|
||||||
|
|
||||||
r = policies_parse_exit_policy(&line, &policy,
|
r = policies_parse_exit_policy(&line, &policy,
|
||||||
|
Loading…
Reference in New Issue
Block a user