summaryrefslogtreecommitdiffstats
path: root/src/dummymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dummymap.c')
-rw-r--r--src/dummymap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dummymap.c b/src/dummymap.c
index b6a336a..d03fe09 100644
--- a/src/dummymap.c
+++ b/src/dummymap.c
@@ -158,10 +158,11 @@ map_supports_map(struct plugin_state *state,
bool_t
map_order(struct plugin_state *state,
- const char *domain, const char *map,
+ const char *domain, const char *map, bool_t *secure,
unsigned int *order)
{
*order = 1;
+ *secure = FALSE;
return TRUE;
}