use PROXYCHAINS_CONF_FILE consistently

pull/3/head
rofl0r 2012-01-28 18:34:40 +01:00
parent 48373ab7a5
commit dbb172b510
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ int main(int argc, char *argv[]) {
goto have;
// priority 5: /etc/proxychains.conf
path = "/etc/proxychains.conf";
path = "/etc/" PROXYCHAINS_CONF_FILE;
if(check_path(path))
goto have;
perror("couldnt find configuration file");