mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Correctly normalise records against OpenLDAP.
Fixing this simple typo allows more of the ldap.js test to pass. Andrew Bartlett
This commit is contained in:
parent
52947fc0c0
commit
7c80cd18d5
@ -117,7 +117,7 @@ static int normalise_search_callback(struct ldb_context *ldb, void *context, str
|
||||
talloc_free(mem_ctx);
|
||||
return LDB_ERR_OPERATIONS_ERROR;
|
||||
}
|
||||
ret = fix_dn(ares->message->dn);
|
||||
ret = fix_dn(dn);
|
||||
if (ret != LDB_SUCCESS) {
|
||||
talloc_free(mem_ctx);
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user