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:
Love Hörnquist Åstrand
2007-06-18 22:03:13 +00:00
parent ed66cf5d8c
commit fea34a948f

View File

@@ -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;