mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Merge remote-tracking branch 'tor-github/pr/1557'
This commit is contained in:
commit
e6ceded7d8
1 changed files with 2 additions and 2 deletions
|
@ -1945,7 +1945,7 @@ options_act_reversible,(const or_options_t *old_options, char **msg))
|
|||
|
||||
if (first_time) {
|
||||
if (options_switch_id(msg) < 0)
|
||||
goto done;
|
||||
goto rollback;
|
||||
}
|
||||
|
||||
/* On the other hand, we need to touch the file system _after_ we
|
||||
|
@ -1954,7 +1954,7 @@ options_act_reversible,(const or_options_t *old_options, char **msg))
|
|||
*/
|
||||
if (first_time) {
|
||||
if (options_create_directories(msg) < 0)
|
||||
goto done;
|
||||
goto rollback;
|
||||
}
|
||||
|
||||
/* Bail out at this point if we're not going to be a client or server:
|
||||
|
|
Loading…
Add table
Reference in a new issue