Displaying 1 result from an estimated 1 matches for "reg_backend_nt4".
2006 Jun 05
2
[PATCH] Pet peave then->than
...is a lot less strict than LDAP
* (in other words, sending unknown attributes to an LDAP server hurts us,
- * returning too much attributes in ldb_search() doesn't)
+ * while returning too many attributes in ldb_search() doesn't)
*/
struct ldb_map_context;
Index: source/lib/registry/reg_backend_nt4.c
===================================================================
--- source/lib/registry/reg_backend_nt4.c (revision 16046)
+++ source/lib/registry/reg_backend_nt4.c (working copy)
@@ -463,7 +463,7 @@
}
if ((*ret)->data.length < vk->data_length) {
- DEBUG(1, ("Read data le...