From 419ddca29f074cf446c316b735fbbafc59084458 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 28 Mar 2012 11:46:44 -0400 Subject: Add terminator for dp_option --- src/providers/data_provider.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/providers/data_provider.h') diff --git a/src/providers/data_provider.h b/src/providers/data_provider.h index f70d556a..d119c2b5 100644 --- a/src/providers/data_provider.h +++ b/src/providers/data_provider.h @@ -257,6 +257,8 @@ struct dp_option { union dp_opt_value val; }; +#define DP_OPTION_TERMINATOR { NULL, 0, NULL_STRING, NULL_STRING } + int dp_get_options(TALLOC_CTX *memctx, struct confdb_ctx *cdb, const char *conf_path, -- cgit