]> granicus.if.org Git - icinga2/commitdiff
Remove redundant 'this->'
authorGunnar Beutner <gunnar.beutner@icinga.com>
Mon, 19 Feb 2018 07:08:16 +0000 (08:08 +0100)
committerGunnar Beutner <gunnar.beutner@icinga.com>
Mon, 19 Feb 2018 07:08:16 +0000 (08:08 +0100)
lib/remote/apiuser.cpp

index 3fa025d83978f6e1d28c7761456239d310e8d1f0..ffa886925fb51c9090ba907d13f00c79d544530c 100644 (file)
@@ -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;