mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 07:35:12 -04:00
added return statements is functions that missed one
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2137 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e42bea40cf
commit
b592bdac62
5 changed files with 8 additions and 2 deletions
|
@ -486,7 +486,8 @@ int pqipersongrp::connectPeer(std::string id)
|
|||
bool pqipersongrp::notifyConnect(std::string id, uint32_t ptype, bool success) {
|
||||
struct sockaddr_in remote_peer_address;
|
||||
sockaddr_clear(&remote_peer_address);
|
||||
notifyConnect(id, ptype, success, remote_peer_address);
|
||||
|
||||
return notifyConnect(id, ptype, success, remote_peer_address);
|
||||
}
|
||||
|
||||
bool pqipersongrp::notifyConnect(std::string id, uint32_t ptype, bool success, struct sockaddr_in remote_peer_address)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue