From 47891c8dac98554fa56bb8ac3e0f2142495529df Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 28 Feb 2019 22:14:36 +0100 Subject: Adding upstream version 1.12.2. Signed-off-by: Daniel Baumann --- collectors/nfacct.plugin/plugin_nfacct.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'collectors/nfacct.plugin/plugin_nfacct.c') diff --git a/collectors/nfacct.plugin/plugin_nfacct.c b/collectors/nfacct.plugin/plugin_nfacct.c index b6788e618..545899824 100644 --- a/collectors/nfacct.plugin/plugin_nfacct.c +++ b/collectors/nfacct.plugin/plugin_nfacct.c @@ -903,6 +903,9 @@ int main(int argc, char **argv) { #else // !HAVE_LIBMNL int main(int argc, char **argv) { + (void)argc; + (void)argv; + fatal("nfacct.plugin is not compiled."); } -- cgit v1.2.3