From 79c4ba26b0e75f632ba5a60fd2a4d5783630bd2a Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 5 Jun 2018 19:24:55 +0300 Subject: [PATCH] auth/wscript: fix options use Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- lib/audit_logging/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/audit_logging/wscript b/lib/audit_logging/wscript index d40fc6f079f..9d71af1026b 100644 --- a/lib/audit_logging/wscript +++ b/lib/audit_logging/wscript @@ -3,7 +3,7 @@ import Logs, Options, Utils import samba3 -def set_options(opt): +def options(opt): help = ("Build with JSON auth audit support (default=True). " "This requires the jansson devel package.") -- 2.11.4.GIT