auth/wscript: fix options use
authorAlexander Bokovoy <ab@samba.org>
Tue, 5 Jun 2018 16:24:55 +0000 (19:24 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Sep 2018 04:37:25 +0000 (06:37 +0200)
Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/audit_logging/wscript

index d40fc6f079f21afdb006e23ccd0df8ca7884ba0f..9d71af1026b367cf02bef679f6ec7c4b8a033d05 100644 (file)
@@ -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.")