mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
fix unix build: CONFDIR, not CONF_DIR
svn:r2267
This commit is contained in:
parent
8626c7724e
commit
fffb4dbb8b
@ -593,7 +593,7 @@ static char *get_default_conf_file(void)
|
||||
strlcat(path,"\\tor\\torrc",MAX_PATH);
|
||||
return path;
|
||||
#else
|
||||
return tor_strdup(CONF_DIR "/torrc");
|
||||
return tor_strdup(CONFDIR "/torrc");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user