mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
and compiling would be good too
svn:r5657
This commit is contained in:
parent
370dcbc7ba
commit
94bff33357
@ -3234,7 +3234,7 @@ write_configuration_file(const char *fname, or_options_t *options)
|
||||
len = strlen(new_conf)+256;
|
||||
new_val = tor_malloc(len);
|
||||
tor_snprintf(new_val, len, "%s\n%s\n\n%s",
|
||||
GENERATED_FILE_PREFIX, GENERATED_FILE_COMMENTS, new_conf);
|
||||
GENERATED_FILE_PREFIX, GENERATED_FILE_COMMENT, new_conf);
|
||||
|
||||
if (rename_old) {
|
||||
int i = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user