Skip to content

Commit 2a75ca4

Browse files
committed
zmq: fixed plugin information
1 parent 6f2dd3e commit 2a75ca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/zmq/zmq-plugin.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ const ModuleInfo module_info =
5959
{
6060
.canonical_name = "zmq",
6161
.version = VERSION,
62-
.description = "The zmq module provides ZeroMQ destination support for syslog-ng.",
63-
.core_revision = "Dummy Revision",
62+
.description = "The zmq module provides ZeroMQ source and destination support for syslog-ng.",
63+
.core_revision = "",
6464
.plugins = zmq_plugins,
6565
.plugins_len = G_N_ELEMENTS(zmq_plugins),
6666
};

0 commit comments

Comments
 (0)