IcingaEndpoint: fix indentation

This commit is contained in:
Thomas Gelf 2017-03-28 20:56:10 +02:00
parent 9f2070dced
commit 3714d2567b
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class IcingaEndpoint extends IcingaObject
$user = $this->getApiUser();
$client->setCredentials(
// TODO: $user->client_dn,
// TODO: $user->client_dn,
$user->object_name,
$user->password
);