Merge branch 'One_GateWay_to_Rulle_Them_All'

pull/23/head
DevilBinder 2 years ago
commit 2f045fc181

@ -27,10 +27,7 @@ typedef struct Peer_t{
} }
bool operator==(Peer_t c){ bool operator==(Peer_t c){
if(memcmp(this->peer,c.peer,6) == 0){ return (memcmp(this->peer,c.peer,6) == 0);
return true;
}
return false;
} }
}Peer_t; }Peer_t;

Loading…
Cancel
Save