From 7c13b56e7460001632e58b1b89dcf7577c5ac59a Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Mon, 9 Jan 2017 11:21:11 +0100 Subject: [PATCH] Fix compilation error on CentOS6 Fix compilation error on CentOS6 --- include/maxscale/modinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/maxscale/modinfo.h b/include/maxscale/modinfo.h index 204ab1491..53b85b9ef 100644 --- a/include/maxscale/modinfo.h +++ b/include/maxscale/modinfo.h @@ -160,7 +160,7 @@ typedef struct mxs_module * This should be the last value given to @c parameters. If the module has no * parameters, it should be the only value. */ -#define MXS_END_MODULE_PARAMS .name = NULL +#define MXS_END_MODULE_PARAMS 0 /** * Name of the module entry point