From 48373ab7a5e3ae352b7f95c1ba6183ee7faf9cd4 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sat, 28 Jan 2012 18:33:40 +0100 Subject: [PATCH] fix forgotten etc --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 937cf51..e68f2f2 100644 --- a/src/main.c +++ b/src/main.c @@ -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;