summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/cmd/idmap/idmapd/dbutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/idmap/idmapd/dbutils.c b/usr/src/cmd/idmap/idmapd/dbutils.c
index a1d5b3b49d..5263c1f158 100644
--- a/usr/src/cmd/idmap/idmapd/dbutils.c
+++ b/usr/src/cmd/idmap/idmapd/dbutils.c
@@ -1086,7 +1086,7 @@ load_cfg_in_state(lookup_state_t *state)
}
} else {
UNLOCK_CONFIG();
- return (IDMAP_ERR_DOMAIN_NOTFOUND);
+ return (IDMAP_SUCCESS);
}
if (_idmapdstate.cfg->pgcfg.ds_name_mapping_enabled == FALSE) {
UNLOCK_CONFIG();