ctdb-common: Add section to group commands in cmdline
[samba.git] / ctdb / common / conf_tool.c
index 8e0753eb787f62b4a084da3d996d1e9171b87d62..2d0543d643e3452c350d0fca732af378848693b3 100644 (file)
@@ -205,7 +205,12 @@ int conf_tool_init(TALLOC_CTX *mem_ctx,
                return ENOMEM;
        }
 
-       ret = cmdline_init(ctx, prog, options, conf_commands, &ctx->cmdline);
+       ret = cmdline_init(ctx,
+                          prog,
+                          options,
+                          NULL,
+                          conf_commands,
+                          &ctx->cmdline);
        if (ret != 0) {
                D_ERR("Failed to initialize cmdline, ret=%d\n", ret);
                talloc_free(ctx);