From: Roger Dingledine Date: Tue, 27 Dec 2005 02:48:35 +0000 (+0000) Subject: and compiling would be good too X-Git-Tag: tor-0.1.1.11-alpha~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94bff33357bd4559278948720a5fa4d150832cbd;p=thirdparty%2Ftor.git and compiling would be good too svn:r5657 --- 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;