From fb06a853908194e029c1b601d62df7943771aae0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 12 Sep 2017 19:41:54 +0200 Subject: [PATCH] Test --- iguana/exchanges/stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/stats.c b/iguana/exchanges/stats.c index 2d5153695..81562a46c 100644 --- a/iguana/exchanges/stats.c +++ b/iguana/exchanges/stats.c @@ -561,7 +561,7 @@ void stats_rpcloop(void *args) socklen_t clilen; char helpname[512],remoteaddr[64],*buf,*retstr,*space; struct sockaddr_in cli_addr; uint32_t ipbits,i,size = 32*IGUANA_MAXPACKETSIZE + 512; if ( (port= *(uint16_t *)args) == 0 ) - port = LP_RPCPORT; + port = 7779; if ( jsonbuf == 0 ) jsonbuf = calloc(1,IGUANA_MAXPACKETSIZE); while ( (bindsock= iguana_socket(1,"0.0.0.0",port)) < 0 )