1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-18 03:47:00 +08:00

fix forgotten etc

This commit is contained in:
rofl0r
2012-01-28 18:33:40 +01:00
Unverified
parent 070051bb73
commit 48373ab7a5
+1 -1
View File
@@ -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;