Initialise private->normalise in the extended_dn_out module
authorAndrew Bartlett <abartlet@samba.org>
Fri, 12 Dec 2008 06:04:00 +0000 (17:04 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 12 Dec 2008 06:04:00 +0000 (17:04 +1100)
Andrew Bartlett

source4/dsdb/samdb/ldb_modules/extended_dn_out.c

index d91d9460e2a06d2a6ad48e473c0700b89567afab..ce1a9028135ebc002691169c0f16749ccc854724 100644 (file)
@@ -534,6 +534,7 @@ static int extended_dn_out_ldb_init(struct ldb_module *module)
        }
 
        private->dereference = false;
+       private->normalise = false;
 
        ret = ldb_mod_register_control(module, LDB_CONTROL_EXTENDED_DN_OID);
        if (ret != LDB_SUCCESS) {