Skip to content

Commit

Permalink
Merge pull request #3 from mind04/opgp3
Browse files Browse the repository at this point in the history
OPENPGPKEY fix
  • Loading branch information
pieterlexis committed Oct 12, 2015
2 parents 85b85b5 + e7917c0 commit 7d08e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdns/dnsrecords.cc
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ boilerplate_conv(TLSA, 52,
)

boilerplate_conv(OPENPGPKEY, 61,
conv.xfrBlob(d_keyring, true);
conv.xfrBlob(d_keyring);
)

#undef DS
Expand Down
Loading

0 comments on commit 7d08e22

Please sign in to comment.