Added dump option for proxy config.

This commit is contained in:
Armin Novak 2021-09-07 09:22:37 +02:00 committed by akallabeth
parent 95ecc6929a
commit 680dc81bad
2 changed files with 0 additions and 2 deletions

View File

@ -110,7 +110,6 @@ int main(int argc, char* argv[])
status = 0;
goto fail;
}
config_path = argv[1];
}

View File

@ -546,7 +546,6 @@ fail:
IniFile_Free(ini);
return rc;
}
proxyConfig* pf_server_config_load_buffer(const char* buffer)
{
proxyConfig* config = NULL;