summaryrefslogtreecommitdiffstats
path: root/input/packet/ulogd_inppkt_UNIXSOCK.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/packet/ulogd_inppkt_UNIXSOCK.c')
-rw-r--r--input/packet/ulogd_inppkt_UNIXSOCK.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/packet/ulogd_inppkt_UNIXSOCK.c b/input/packet/ulogd_inppkt_UNIXSOCK.c
index 368df93..e4009f3 100644
--- a/input/packet/ulogd_inppkt_UNIXSOCK.c
+++ b/input/packet/ulogd_inppkt_UNIXSOCK.c
@@ -817,7 +817,7 @@ struct ulogd_plugin libunixsock_plugin = {
.start = &start,
.stop = &stop,
.config_kset = &libunixsock_kset,
- .version = ULOGD_VERSION,
+ .version = VERSION,
};
static void __attribute__ ((constructor)) init(void)