mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix for linux build
This commit is contained in:
parent
d9d5dc81cd
commit
e50e186412
@ -146,7 +146,7 @@ Poco::JSON::Object* JsonCreateTransaction::creation(Poco::Dynamic::Var params)
|
||||
|
||||
if (mReceiverUser.isNull()) {
|
||||
mReceiverUser = controller::User::create();
|
||||
if (1 != mReceiverUser->load(*target_pubkey)) {
|
||||
if (1 != mReceiverUser->load(target_pubkey->data())) {
|
||||
mReceiverUser.assign(nullptr);
|
||||
result = customStateError("not found", "receiver not found");
|
||||
}
|
||||
@ -265,4 +265,4 @@ bool JsonCreateTransaction::getTargetGroup(Poco::Dynamic::Var params)
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user