[or-cvs] fix unix build: CONFDIR, not CONF_DIR

Nick Mathewson nickm at seul.org
Wed Aug 18 04:04:10 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv15720/src/or

Modified Files:
	config.c 
Log Message:
fix unix build: CONFDIR, not CONF_DIR

Index: config.c
===================================================================
RCS file: /home/or/cvsroot/src/or/config.c,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- config.c	18 Aug 2004 03:47:55 -0000	1.145
+++ config.c	18 Aug 2004 04:04:08 -0000	1.146
@@ -593,7 +593,7 @@
   strlcat(path,"\\tor\\torrc",MAX_PATH);
   return path;
 #else
-  return tor_strdup(CONF_DIR "/torrc");
+  return tor_strdup(CONFDIR "/torrc");
 #endif
 }
 



More information about the tor-commits mailing list