Skip to content

Commit

Permalink
Fix logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 25, 2021
1 parent fc39d44 commit d2204c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Horde/Core/ActiveSync/Driver.php
Expand Up @@ -240,8 +240,6 @@ public function authenticate($username, $password, $domain = null)
$injector->getInstance('Horde_Log_Logger')->notice(sprintf('Login failed from ActiveSync client for user %s.', $username));
return false;
}

return true;
}

// Get the username from the registry so we capture it after any
Expand Down

0 comments on commit d2204c5

Please sign in to comment.