mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
Remove redundant 'this->'
This commit is contained in:
parent
0a0795f09d
commit
8a8d42b154
@ -50,7 +50,7 @@ ApiUser::Ptr ApiUser::GetByClientCN(const String& cn)
|
|||||||
|
|
||||||
Dictionary::Ptr ApiUser::GetPasswordDict(void) const
|
Dictionary::Ptr ApiUser::GetPasswordDict(void) const
|
||||||
{
|
{
|
||||||
String password = this->GetPasswordHash();
|
String password = GetPasswordHash();
|
||||||
if (password.IsEmpty() || password[0] != '$')
|
if (password.IsEmpty() || password[0] != '$')
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user