Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
e89a2852f4
  1. 2
      iguana/main.c

2
iguana/main.c

@ -205,7 +205,7 @@ void iguana_exit()
{
for (j=0; j<IGUANA_MAXPEERS; j++)
{
if ( Coins[i]->peers.active[j].usock >= 0 )
if ( Coins[i]->peers.active[j].usock >= 0 && Coins[i]->peers.active[j].supernet != 0 )
iguana_send_supernet(Coins[i],&Coins[i]->peers.active[j],stopstr,0);
}
}

Loading…
Cancel
Save