__rollback_to_stable_finalize(S2C(session)->rts); /* Reset the RTS configuration to default. */ S2C(session)->rts->dryrun = false;
There's a duplicate of resetting dryrun to false in the above code, this ticket is to verify that and remove the duplicate code.