We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46d684 commit f4063bdCopy full SHA for f4063bd
modules/zmq/zmq-plugin.c
@@ -59,8 +59,8 @@ const ModuleInfo module_info =
59
{
60
.canonical_name = "zmq",
61
.version = VERSION,
62
- .description = "The zmq module provides ZeroMQ destination support for syslog-ng.",
63
- .core_revision = "Dummy Revision",
+ .description = "The zmq module provides ZeroMQ source and destination support for syslog-ng.",
+ .core_revision = "",
64
.plugins = zmq_plugins,
65
.plugins_len = G_N_ELEMENTS(zmq_plugins),
66
};
0 commit comments