We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd29eed commit 2d2f119Copy full SHA for 2d2f119
src/plugins/output/dummy/config.c
@@ -123,7 +123,7 @@ config_parse(ipx_ctx_t *ctx, const char *params)
123
return NULL;
124
}
125
126
- if (fds_xml_set_args(parser, args_params) != IPX_OK) {
+ if (fds_xml_set_args(parser, args_params) != FDS_OK) {
127
IPX_CTX_ERROR(ctx, "Failed to parse the description of an XML document!", '\0');
128
fds_xml_destroy(parser);
129
free(cfg);
0 commit comments