Skip to content
Snippets Groups Projects
Commit 140b6c5d authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Simple bugfix suggested by Emmanuel Dreyfus.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3212 44740490-163a-0410-bde0-09ae8108e29a
parent 3fd1ba03
No related branches found
No related tags found
No related merge requests found
...@@ -387,7 +387,7 @@ class SimpleSAML_Auth_LDAP { ...@@ -387,7 +387,7 @@ class SimpleSAML_Auth_LDAP {
$authz_id = null; $authz_id = null;
if ($sasl_args != NULL) { if ($sasl_args != NULL) {
if (!function_exists(ldap_sasl_bind)) { if (!function_exists('ldap_sasl_bind')) {
$ex_msg = 'Library - missing SASL support'; $ex_msg = 'Library - missing SASL support';
throw $this->makeException($ex_msg); throw $this->makeException($ex_msg);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment