X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fclient.c;h=b38aecf33b6db4924b170a41e35c0465969f8444;hb=0417a5b16318d228a6c18d96db4ff1a35223f920;hp=5ff3401097726493f6a0c7b0533a0698139e336e;hpb=7f7535c09c58067e628590d92ae1953e9f6df83b;p=spider.git diff --git a/src/client.c b/src/client.c index 5ff34010..b38aecf3 100644 --- a/src/client.c +++ b/src/client.c @@ -79,7 +79,7 @@ typedef struct } myregex_t; -char *node_addr = "localhost"; /* the node tcp address, can be overridden by DXSPIDER_HOST */ +char *node_addr = "127.0.0.1"; /* the node tcp address, can be overridden by DXSPIDER_HOST */ int node_port = 27754; /* the tcp port of the node at the above address can be overidden by DXSPIDER_PORT*/ char *call; /* the caller's callsign */ char *connsort; /* the type of connection */