fix omission in common.c

pull/3/head
rofl0r 2012-07-16 02:42:09 +02:00
parent a4f3dd0538
commit 40bb78b53f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ char *get_config_path(char* default_path, char* pbuf, size_t bufsize) {
goto have;
// priority 1: env var PROXYCHAINS_CONF_FILE
getenv(PROXYCHAINS_CONF_FILE_ENV_VAR);
path = getenv(PROXYCHAINS_CONF_FILE_ENV_VAR);
if(check_path(path))
goto have;