mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
removed pqisecurity dummy functions. It is a packet filter which was never implemented. It's job is now done by service permissions.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8506 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8234155f5e
commit
edf6b3e495
11 changed files with 13 additions and 180 deletions
|
@ -1222,8 +1222,7 @@ int RsServer::StartupRetroShare()
|
|||
p3ServiceControl *serviceCtrl = new p3ServiceControl(mLinkMgr);
|
||||
rsServiceControl = serviceCtrl;
|
||||
|
||||
SecurityPolicy *none = secpolicy_create();
|
||||
pqih = new pqisslpersongrp(serviceCtrl, none, flags, mPeerMgr);
|
||||
pqih = new pqisslpersongrp(serviceCtrl, flags, mPeerMgr);
|
||||
//pqih = new pqipersongrpDummy(none, flags);
|
||||
|
||||
/****** New Ft Server **** !!! */
|
||||
|
@ -1776,7 +1775,6 @@ int RsServer::StartupRetroShare()
|
|||
|
||||
mod -> peerid = ownId;
|
||||
mod -> pqi = ploop;
|
||||
mod -> sp = secpolicy_create();
|
||||
|
||||
pqih->AddSearchModule(mod);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue