[or-cvs] and compiling would be good too

arma at seul.org arma at seul.org
Tue Dec 27 02:48:37 UTC 2005


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	config.c 
Log Message:
and compiling would be good too


Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.468
retrieving revision 1.469
diff -u -p -d -r1.468 -r1.469
--- config.c	27 Dec 2005 02:48:02 -0000	1.468
+++ config.c	27 Dec 2005 02:48:35 -0000	1.469
@@ -3234,7 +3234,7 @@ write_configuration_file(const char *fna
   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;



More information about the tor-commits mailing list