1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-19 20:29:52 +08:00

some cosmetic changes

This commit is contained in:
rofl0r
2011-09-04 02:03:47 +02:00
Unverified
parent 5095296ddf
commit 218d242aab
3 changed files with 24 additions and 9 deletions
+2 -2
View File
@@ -72,8 +72,8 @@ int main(int argc, char *argv[]) {
}
have:
printf("Proxychains is going to use %s as config file.\n", path);
printf("argv = %s\n", argv[1]);
printf("using config file: %s\n", path);
//printf("argv = %s\n", argv[1]);
/* Set PROXYCHAINS_CONF_FILE to get proxychains lib to use new config file. */
setenv("PROXYCHAINS_CONF_FILE", path, 1);