summaryrefslogtreecommitdiffstats
path: root/source/groupdb/mapping_ldb.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/groupdb/mapping_ldb.c')
-rw-r--r--source/groupdb/mapping_ldb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/groupdb/mapping_ldb.c b/source/groupdb/mapping_ldb.c
index a69d3064057..5f79aaa9e83 100644
--- a/source/groupdb/mapping_ldb.c
+++ b/source/groupdb/mapping_ldb.c
@@ -543,7 +543,7 @@ static NTSTATUS enum_aliasmem(const DOM_SID *alias, DOM_SID **sids, size_t *num)
el = ldb_msg_find_element(res->msgs[0], "member");
if (el == NULL) {
talloc_free(dn);
- return NT_STATUS_INTERNAL_DB_CORRUPTION;
+ return NT_STATUS_OK;
}
for (i=0;i<el->num_values;i++) {