Skip to content

Commit

Permalink
need to get the ip6 address before making a request...
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdelisle committed Mar 19, 2017
1 parent 1a46b90 commit a627f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subnode/SupernodeHunter.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ static void peerResponseOK(struct SwitchPinger_Response* resp, struct SupernodeH
// 2.
// If this snode is one of our authorized snodes OR if we have none defined, accept this one.
if (!snp->authorizedSnodes->length || AddrSet_indexOf(snp->authorizedSnodes, &snode) > -1) {
Address_getPrefix(&snode);
adoptSupernode(snp, &snode);
return;
}
Expand Down

0 comments on commit a627f44

Please sign in to comment.