fixed compile

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7004 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-01-10 16:22:29 +00:00
parent 99b9b53c62
commit 4a87f5d73b

View File

@ -26,7 +26,7 @@
#include "services/p3idservice.h" #include "services/p3idservice.h"
#include "serialiser/rsgxsiditems.h" #include "serialiser/rsgxsiditems.h"
#include "retroshare/rsgxsflags.h" #include "retroshare/rsgxsflags.h"
#include "retroshare/rsiface.h" #include "rsserver/p3face.h"
#include "util/rsrandom.h" #include "util/rsrandom.h"
#include "util/rsstring.h" #include "util/rsstring.h"
@ -1458,7 +1458,7 @@ RsGenExchange::ServiceCreate_Return p3IdService::service_CreateGroup(RsGxsGrpIte
unsigned int sign_size = MAX_SIGN_SIZE; unsigned int sign_size = MAX_SIGN_SIZE;
int result ; int result ;
if (!rsicontrol->getNotify().askForDeferredSelfSignature((void *) hash.toByteArray(), hash.SIZE_IN_BYTES, signarray, &sign_size,result)) if (!RsServer::notify()->askForDeferredSelfSignature((void *) hash.toByteArray(), hash.SIZE_IN_BYTES, signarray, &sign_size,result))
{ {
/* error */ /* error */
std::cerr << "p3IdService::service_CreateGroup() ERROR Signing stuff"; std::cerr << "p3IdService::service_CreateGroup() ERROR Signing stuff";