diff --git a/DESCRIPTION b/DESCRIPTION index 2ab95b6..ddb3797 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,7 +10,7 @@ Authors@R: c( Maintainer: Bob Rudis Description: Something something 'DNS. Something something 'TLS'. Something something 'getdns API/library'. -SystemRequirements: C++11l libgetdns v1.5.1 or higher +SystemRequirements: C++11; libgetdns v1.5.1 or higher URL: https://gitlab.com/hrbrmstr/clandnstine BugReports: https://gitlab.com/hrbrmstr/clandnstine/issues Encoding: UTF-8 diff --git a/R/resolver.R b/R/resolver.R index 3046126..a05bab6 100644 --- a/R/resolver.R +++ b/R/resolver.R @@ -155,11 +155,7 @@ print.gdns_response <- function(x, ...) { "\n", sep="" ) - print(str( - x$replies_tree$answer[[1]]$rdata[ - rr_fields[[as.character(unique(x$replies_tree$answer[[1]]$type))]] - ], 1 - )) + print(str(x$replies_tree$answer[[1]])) }