From cd01310f5f0ef8626e745956d93e3ef5b6becb3d Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 10 Jun 2008 15:34:19 -0400 Subject: - fail to provide the order for secure maps to not-secure clients --- src/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.h') 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, -- cgit