mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-01 01:27:10 -04:00
* HACK: fixed mem issues with file data - not ideal
* removed more debug: filedata prints. * removed rank/photo/games from setup for release (#define RS_RELEASE) git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@464 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0a68ec6bee
commit
6c90e1ad67
5 changed files with 49 additions and 14 deletions
|
@ -212,7 +212,8 @@ void RsServer::run()
|
|||
|
||||
|
||||
/* Tick slow services */
|
||||
mRanking->tick();
|
||||
if (mRanking)
|
||||
mRanking->tick();
|
||||
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue