ctdb-build: Fix ctdb --with-socketpath configure option
authorMathieu Parent <math.parent@gmail.com>
Sun, 21 Jun 2015 18:53:29 +0000 (20:53 +0200)
committerAmitay Isaacs <amitay@samba.org>
Wed, 1 Jul 2015 02:18:29 +0000 (04:18 +0200)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/wscript

index 8ec7e57f673f4e906bdb3030a144e10055969fbb..add10ec0e78597a375ef288ac4647fe64e96947b 100755 (executable)
@@ -60,7 +60,7 @@ def set_options(opt):
                    action="store", dest='ctdb_logdir', default=None)
     opt.add_option('--with-socketpath',
                    help=("path to CTDB daemon socket"),
-                   action="store_true", dest='ctdb_sockpath', default=False)
+                   action="store", dest='ctdb_sockpath', default=None)
 
 
 def configure(conf):