mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix syntax error
This commit is contained in:
parent
1b3cd9701c
commit
da72e46a15
@ -295,7 +295,7 @@ namespace controller {
|
||||
//! \return -1 no matching entry found
|
||||
//! \return -2 if user id is not set or invalid
|
||||
//! \return 0 matching entry found
|
||||
int User::tryLoadPassphraseUserBackup(KeyPairEd25519** createdKeyPair = nullptr)
|
||||
int User::tryLoadPassphraseUserBackup(KeyPairEd25519** createdKeyPair/* = nullptr*/)
|
||||
{
|
||||
auto user_model = getModel();
|
||||
if (user_model->getID() <= 0) return -2;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user