mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 16:09:35 -05:00
removed debug output
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8383 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
72085de44b
commit
c4c9d1ddc3
@ -922,16 +922,6 @@ int pqissllistener::finaliseConnection(int fd, SSL *ssl, const RsPeerId& peerId,
|
||||
out += "\npqissllistener => Passing to pqissl module!";
|
||||
pqioutput(PQL_WARNING, pqissllistenzone, out);
|
||||
|
||||
std::string addrstring = sockaddr_storage_tostring(remote_addr);
|
||||
|
||||
if(!strncmp(addrstring.c_str(),"IPv4=194.228",12))
|
||||
std::cerr << "Caught connection from bad address " << addrstring << " for peer ID " << peerId << std::endl;
|
||||
|
||||
if(!strncmp(addrstring.c_str(),"IPv4=217.66",11))
|
||||
std::cerr << "Caught connection from bad address " << addrstring << " for peer ID " << peerId << std::endl;
|
||||
|
||||
if(!strncmp(addrstring.c_str(),"IPv4=194.199",12))
|
||||
std::cerr << "Caught connection from bad address " << addrstring << std::endl;
|
||||
std::cerr << "pqissllistenner::finaliseConnection() connected to " << sockaddr_storage_tostring(remote_addr) << std::endl;
|
||||
|
||||
// hand off ssl conection.
|
||||
|
Loading…
Reference in New Issue
Block a user