Set proxy port to 0 to unconfuse BEAM.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21157 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -111,7 +111,7 @@ int ROKEN_LIB_FUNCTION
|
|||||||
roken_gethostby_setup(const char *proxy_spec, const char *dns_spec)
|
roken_gethostby_setup(const char *proxy_spec, const char *dns_spec)
|
||||||
{
|
{
|
||||||
char *proxy_host = NULL;
|
char *proxy_host = NULL;
|
||||||
int proxy_port;
|
int proxy_port = 0;
|
||||||
char *dns_host, *dns_path;
|
char *dns_host, *dns_path;
|
||||||
int dns_port;
|
int dns_port;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user