Skip to content

Commit 55a04cb

Browse files
committed
CCBC-1595: fix cbc-pillowfight --subdoc switch
Change-Id: I43eb68ae359ecba6154b1c585c2dd7bef63289f0 Reviewed-on: https://review.couchbase.org/c/libcouchbase/+/190048 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Brett Lawson <brett19@gmail.com>
1 parent 0a9d386 commit 55a04cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/cbc-pillowfight.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,7 @@ class ThreadContext
924924
if (mutate && config.durabilityLevel != LCB_DURABILITYLEVEL_NONE) {
925925
lcb_cmdsubdoc_durability(sdcmd, config.durabilityLevel);
926926
}
927+
lcb_cmdsubdoc_specs(sdcmd, specs);
927928
error = lcb_subdoc(instance, nullptr, sdcmd);
928929
lcb_subdocspecs_destroy(specs);
929930
lcb_cmdsubdoc_destroy(sdcmd);

0 commit comments

Comments
 (0)