diff --git a/modules/db_mysql/db_mysql.c b/modules/db_mysql/db_mysql.c index 290ccad0f51..626264b46fd 100644 --- a/modules/db_mysql/db_mysql.c +++ b/modules/db_mysql/db_mysql.c @@ -53,8 +53,8 @@ int db_mysql_bind_api(const str* mod, db_func_t *dbb); * MySQL database module interface */ static cmd_export_t cmds[] = { - {"db_bind_api", (cmd_function)db_mysql_bind_api, 0, 0, 0, 0}, - {0, 0, 0, 0, 0, 0} + {"db_bind_api", (cmd_function)db_mysql_bind_api, {{0, 0, 0}}, 0}, + {0, 0, {{0, 0, 0}}, 0} }; struct tls_mgm_binds tls_api;