Skip to content

Commit

Permalink
fix forgotten etc
Browse files Browse the repository at this point in the history
  • Loading branch information
rofl0r committed Jan 28, 2012
1 parent 070051b commit 48373ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -122,7 +122,7 @@ int main(int argc, char *argv[]) {
goto have;

// priority 4: $INSTALL_PREFIX/etc/proxychains.conf
snprintf(pbuf, sizeof(pbuf), "%s/%s", INSTALL_PREFIX, PROXYCHAINS_CONF_FILE);
snprintf(pbuf, sizeof(pbuf), "%s/etc/%s", INSTALL_PREFIX, PROXYCHAINS_CONF_FILE);
path = pbuf;
if(check_path(path))
goto have;
Expand Down

0 comments on commit 48373ab

Please sign in to comment.