get rid of p3authmgr

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2001 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-01-13 20:56:55 +00:00
parent 2917896834
commit c23407cae3
46 changed files with 254 additions and 874 deletions

View file

@ -30,6 +30,7 @@
#include "tcponudp/tou.h"
#include <sstream>
#include "pqi/authssl.h"
#include <sys/time.h>
#include <time.h>
@ -244,7 +245,7 @@ void RsServer::run()
//ftserver->saveFileTransferStatus();
/* see if we need to resave certs */
mAuthMgr->CheckSaveCertificates();
getAuthSSL()->CheckSaveCertificates();
/* hour loop */
if (++min >= 60)