Skip to content

Commit 2602883

Browse files
committed
DAOS-18608 ddb: confine CGo calls to commands_wrapper.go (fix)
Signed-off-by: Jan Michalski <jan-marian.michalski@hpe.com>
1 parent a635c1b commit 2602883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/control/cmd/ddb/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ func parseOpts(args []string, opts *cliOptions) error {
306306
}
307307

308308
if opts.VosPath != "" {
309-
cleanup := SetCString(&ctx.ctx.dc_pool_path, string(opts.SysdbPath))
309+
cleanup := SetCString(&ctx.ctx.dc_pool_path, string(opts.VosPath))
310310
defer cleanup()
311311

312312
if !strings.HasPrefix(string(opts.Args.RunCmd), "feature") &&

0 commit comments

Comments
 (0)