s4-ldap: default edn type is 0
authorAndrew Tridgell <tridge@samba.org>
Mon, 21 Sep 2009 01:58:18 +0000 (18:58 -0700)
committerAndrew Tridgell <tridge@samba.org>
Mon, 21 Sep 2009 22:26:32 +0000 (15:26 -0700)
source4/dsdb/samdb/ldb_modules/rootdse.c

index 171f5d862befd9406a7d84f12bbe08a5eac3d25d..a8e08ec3ad58638d79aa28d264377dd9e9e396c0 100644 (file)
@@ -67,7 +67,7 @@ static int expand_dn_in_message(struct ldb_module *module, struct ldb_message *m
        struct ldb_extended_dn_control *edn;
        TALLOC_CTX *tmp_ctx = talloc_new(req);
        struct ldb_context *ldb;
-       int edn_type = 1;
+       int edn_type = 0;
 
        ldb = ldb_module_get_ctx(module);