]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-sql/bind.c
add support for entryUUID and entryCSN operational attributes (entryUUID is honored...
[openldap] / servers / slapd / back-sql / bind.c
index 7803776f6ba6a122def744745624c3add50cafd9..7b9f8dcd3fa5fbafc858fe17cb70b8c48d6c41bf 100644 (file)
@@ -62,7 +62,7 @@ backsql_bind( Operation *op, SlapReply *rs )
         * method = LDAP_AUTH_SIMPLE
         */
        rs->sr_err = backsql_get_db_conn( op, &dbh );
-       if (!dbh) {
+       if ( !dbh ) {
                Debug( LDAP_DEBUG_TRACE, "backsql_bind(): "
                        "could not get connection handle - exiting\n",
                        0, 0, 0 );