summaryrefslogtreecommitdiffstats
path: root/src/map.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-10 15:34:19 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-10 15:34:19 -0400
commitcd01310f5f0ef8626e745956d93e3ef5b6becb3d (patch)
tree473dfe49e93d95de61dbe9e17a5ec79faea381ab /src/map.h
parentd3e13a3d5315fc79637bca98ba2e9b9be6e98c8c (diff)
downloadslapi-nis-cd01310f5f0ef8626e745956d93e3ef5b6becb3d.tar.gz
slapi-nis-cd01310f5f0ef8626e745956d93e3ef5b6becb3d.tar.xz
slapi-nis-cd01310f5f0ef8626e745956d93e3ef5b6becb3d.zip
- fail to provide the order for secure maps to not-secure clients
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index e5aeda1..a013b88 100644
--- a/src/map.h
+++ b/src/map.h
@@ -49,7 +49,7 @@ bool_t map_next(struct plugin_state *state,
unsigned int *next_key_len, char **next_key,
unsigned int *next_value_len, char **next_value);
bool_t map_order(struct plugin_state *state,
- const char *domain, const char *map,
+ const char *domain, const char *map, bool_t *map_secure,
unsigned int *order);
/* Functions to push data into maps. */
void map_data_clear_map(struct plugin_state *state,