summaryrefslogtreecommitdiffstats
path: root/src/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format.c')
-rw-r--r--src/format.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/format.c b/src/format.c
index d706bd4..aabba07 100644
--- a/src/format.c
+++ b/src/format.c
@@ -679,7 +679,8 @@ format_referred(struct plugin_state *state, Slapi_PBlock *pb, Slapi_Entry *e,
/* Retrieve the map-specific paramters. */
map_filter = NULL;
map_bases = NULL;
- backend_get_map_config(state, domain, argv[1], &map_bases, &map_filter);
+ backend_get_map_config(state, domain, argv[1], NULL,
+ &map_bases, &map_filter);
if (map_filter == NULL) {
map_filter = "(objectClass=*)";
}