diff options
author | Roger Dingledine <arma@torproject.org> | 2005-12-27 02:48:35 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-12-27 02:48:35 +0000 |
commit | 94bff33357bd4559278948720a5fa4d150832cbd (patch) | |
tree | 67c69149a379a73c02c3b0dfbd8854e578fa7cb2 /src/or/config.c | |
parent | 370dcbc7babfad03c49e48e7b83d437aeb9f88ee (diff) | |
download | tor-94bff33357bd4559278948720a5fa4d150832cbd.tar.gz tor-94bff33357bd4559278948720a5fa4d150832cbd.zip |
and compiling would be good too
svn:r5657
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 25e456f403..dd94c8bc46 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -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; |