From 6a909056a16bae76fb367b50035f2f2e62fc6293 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 10 Jun 2008 11:49:27 -0400 Subject: - compensate for changed function signatures elsewhere --- src/format.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/format.c') 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=*)"; } -- cgit