mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 07:29:33 -05:00
added missing returns
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4787 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9597571841
commit
7f93b1f5fc
@ -336,6 +336,7 @@ int p3BanList::condenseBanSources_locked()
|
||||
|
||||
printBanSet_locked(std::cerr);
|
||||
|
||||
return true ;
|
||||
}
|
||||
|
||||
|
||||
@ -448,6 +449,7 @@ int p3BanList::printBanSet_locked(std::ostream &out)
|
||||
out << " Age: " << now - it->second.mTs;
|
||||
out << std::endl;
|
||||
}
|
||||
return true ;
|
||||
}
|
||||
|
||||
|
||||
@ -475,6 +477,7 @@ int p3BanList::printBanSources_locked(std::ostream &out)
|
||||
out << std::endl;
|
||||
}
|
||||
}
|
||||
return true ;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user