From bdb08332356e03e0afe98c8014f3a2ccce63eda8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 12 Jun 2016 01:16:49 -0300 Subject: [PATCH] test --- iguana/iguana_accept.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_accept.c b/iguana/iguana_accept.c index 08050aced..a518f797b 100755 --- a/iguana/iguana_accept.c +++ b/iguana/iguana_accept.c @@ -123,7 +123,7 @@ void iguana_acceptloop(void *args) { }*/ - if ( (addr= iguana_peerslot(coin,ipbits,0)) == 0 ) + if ( (addr= iguana_peerslot(coin,ipbits,1)) == 0 ) { ptr = mycalloc('a',1,sizeof(*ptr)); strcpy(ptr->ipaddr,ipaddr);