]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
and compiling would be good too
authorRoger Dingledine <arma@torproject.org>
Tue, 27 Dec 2005 02:48:35 +0000 (02:48 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 27 Dec 2005 02:48:35 +0000 (02:48 +0000)
svn:r5657

src/or/config.c

index 25e456f40325c17600c8015701b7756bd9ed3b0e..dd94c8bc46c1a23b8bd45a32f849c65a047dcce1 100644 (file)
@@ -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;