Finish removal of iconv_convenience in public API's.
[ira/wip.git] / source4 / dsdb / samdb / ldb_modules / extended_dn_out.c
index 39af87091cccf165b10d4d3e8f7f8a28eabe9e50..12adf16181f711908002e78b8c3f94ba6b697684 100644 (file)
@@ -276,7 +276,7 @@ static int handle_dereference_fds(struct ldb_dn *dn,
                        return LDB_ERR_INVALID_DN_SYNTAX;
                }
 
-               ndr_err = ndr_push_struct_blob(&sid_blob, NULL, NULL, sid,
+               ndr_err = ndr_push_struct_blob(&sid_blob, NULL, sid,
                                                (ndr_push_flags_fn_t)ndr_push_dom_sid);
                talloc_free(sid);
                if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) {