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:
csoler 2010-01-27 08:24:39 +00:00
parent e42bea40cf
commit b592bdac62
5 changed files with 8 additions and 2 deletions

View file

@ -105,6 +105,8 @@ int pqiperson::receiveHeartbeat()
{
pqioutput(PQL_DEBUG_ALERT, pqipersonzone, "pqiperson::receiveHeartbeat() from peer : " + PeerId());
lastHeartbeatReceived = time(NULL);
return true ;
}
// tick......