From 70aa6a7dffb63d323efa775ca81e251b7f417e4e Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 3 Aug 2012 16:12:57 +0200 Subject: src: fix version that -V displays It was wrong, use VERSION constant which uses the version information available in configure.ac. Signed-off-by: Pablo Neira Ayuso --- input/packet/ulogd_inppkt_UNIXSOCK.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/packet/ulogd_inppkt_UNIXSOCK.c') 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) -- cgit v1.2.3