Fixed connections and removed more unused code (Patch from Cyril)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8164 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-04-24 09:29:40 +00:00
parent 042b61ff9e
commit 1b0f59d746
4 changed files with 16 additions and 2 deletions

View file

@ -184,6 +184,10 @@ int pqipersongrp::tick()
#endif
}
#endif
if(pqihandler::tick())
i=1;
p3ServiceServer::tick();
return i;