ldb_kv: Remove incorrect reference to LDB_UNPACK_DATA_FLAG_NO_DN
authorAndrew Bartlett <abartlet@samba.org>
Thu, 4 Apr 2019 22:12:13 +0000 (11:12 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 15 May 2019 04:03:36 +0000 (04:03 +0000)
The DN is now exploded so as to improve other aspects of the search handling.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
lib/ldb/ldb_key_value/ldb_kv_search.c

index 67dd37eec877988f1bdc43bc8baae92cb10756c8..5a4b027ecc12f4abce10f27fad437012bda811cc 100644 (file)
@@ -132,8 +132,7 @@ int ldb_kv_search_base(struct ldb_module *module,
         * We can't use tdb_exists() directly on a key when the TDB
         * key is the GUID one, not the DN based one.  So we just do a
         * normal search and avoid most of the allocation with the
-        * LDB_UNPACK_DATA_FLAG_NO_DN and
-        * LDB_UNPACK_DATA_FLAG_NO_ATTRS flags
+        * LDB_UNPACK_DATA_FLAG_NO_ATTRS flag
         */
        msg = ldb_msg_new(module);
        if (msg == NULL) {