ok, update here:

from reviewing the code we do the following:

int tcpip_connect_to_server(char *hostname, int port, const char 
*interface_name)
{

    return tcpip_connect_to_server_with_port(hostname, port, 0, interface_name);
}


int tcpip_connect_to_server_with_port(char *hostname, int port, int our_port, const char *interface_name)
{
   ...
}

so obviously we call the function with our_port == 0. Now, if this works for "all" of us on regular boxes, why does it not work on your box?

Ok, here is another try:

Please comment out the 'our-host' directive from the smsc group and retry. Please report if this works.

Stipe

mailto:stolj_{at}_wapme-group.de
-------------------------------------------------------------------
Wapme Systems AG

Vogelsanger Weg 80
40470 Düsseldorf, NRW, Germany

phone: +49.211.74845.0
fax: +49.211.74845.299

mailto:info_{at}_wapme-systems.de
http://www.wapme-systems.de/
-------------------------------------------------------------------

Reply via email to