summaryrefslogtreecommitdiff
path: root/lib/audit_logging
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2018-06-05 19:24:55 +0300
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:25 +0200
commit79c4ba26b0e75f632ba5a60fd2a4d5783630bd2a (patch)
treec002cff068aea11be13ec76bfdab718749d94189 /lib/audit_logging
parentc5ab9ead8b982aba506436656baed0ebaac4b2ea (diff)
downloadsamba-79c4ba26b0e75f632ba5a60fd2a4d5783630bd2a.tar.gz
auth/wscript: fix options use
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/audit_logging')
-rw-r--r--lib/audit_logging/wscript2
1 files changed, 1 insertions, 1 deletions
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.")