mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +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;
|
||||
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