mirror of https://github.com/Icinga/icinga2.git
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
|
||||
{
|
||||
String password = this->GetPasswordHash();
|
||||
String password = GetPasswordHash();
|
||||
if (password.IsEmpty() || password[0] != '$')
|
||||
return nullptr;
|
||||
|
||||
|
|
Loading…
Reference in New Issue