Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR for diff review. #1

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from
Draft

PR for diff review. #1

wants to merge 17 commits into from

Conversation

connyay
Copy link
Collaborator

@connyay connyay commented Apr 17, 2020

No description provided.

Copy link
Collaborator Author

@connyay connyay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ou05020 Nice fixes!

I dont seem to have perms on this repo. Can you create a tanium branch from master to merge this branch into?

backup.go Outdated
// clear txn bits
meta := item.meta &^ (bitTxn | bitFinTxn)
// clear txn and vp bits
meta := item.meta &^ (bitTxn | bitFinTxn | bitValuePointer)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A test covering this case (backup, change settings, restore) would be nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants