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

merge in dnslib and fix setcap #103

Merged
merged 14 commits into from
Dec 7, 2018
Merged

merge in dnslib and fix setcap #103

merged 14 commits into from
Dec 7, 2018

Conversation

majestrate
Copy link
Contributor

i need to roll back changes to dnsd and friends tho

@majestrate
Copy link
Contributor Author

changes to dnsd rolled back

{
/// base type for serializable dns entities
struct Serialize
{
Copy link
Contributor

@sachaaaaa sachaaaaa Dec 7, 2018

Choose a reason for hiding this comment

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

I needed to add a virtual destructor for Serialize to compile this PR on my OSX box:

Suggested change
{
{
virtual
~Serialize() = default;

After that, this PR seems to fix my issue in #104 ! Yeay!

@majestrate majestrate merged commit 2069ca4 into oxen-io:master Dec 7, 2018
This pull request was closed.
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