fixed to get work rsStatus under Windows moved out from if def.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2745 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-04-20 17:10:45 +00:00
parent aefd492b86
commit 3577fb9acf

View File

@ -2207,16 +2207,15 @@ int RsServer::StartupRetroShare()
rsChannels = mChannels; rsChannels = mChannels;
rsRanks = new p3Rank(mRanking); rsRanks = new p3Rank(mRanking);
rsBlogs = mBlogs; rsBlogs = mBlogs;
rsStatus = new p3Status(mStatusSrv);
#ifndef RS_RELEASE #ifndef RS_RELEASE
rsGameLauncher = gameLauncher; rsGameLauncher = gameLauncher;
rsPhoto = new p3Photo(photoService); rsPhoto = new p3Photo(photoService);
rsStatus = new p3Status(mStatusSrv);
rsQblog = new p3Blog(mQblog); rsQblog = new p3Blog(mQblog);
#else #else
rsGameLauncher = NULL; rsGameLauncher = NULL;
rsPhoto = NULL; rsPhoto = NULL;
rsStatus = NULL;
rsQblog = NULL; rsQblog = NULL;
#endif #endif