mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-09-02 13:56:59 +00:00
fix forgotten etc
This commit is contained in:
@ -122,7 +122,7 @@ int main(int argc, char *argv[]) {
|
|||||||
goto have;
|
goto have;
|
||||||
|
|
||||||
// priority 4: $INSTALL_PREFIX/etc/proxychains.conf
|
// 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;
|
path = pbuf;
|
||||||
if(check_path(path))
|
if(check_path(path))
|
||||||
goto have;
|
goto have;
|
||||||
|
Reference in New Issue
Block a user