From 2d2a5dc860a5103db5e629cebcffb5d2bcabae89 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Fri, 28 Oct 2022 10:24:36 +0200 Subject: [PATCH] fixup! Add new files for remote server communication --- lib/dns/include/dns/remote.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/dns/include/dns/remote.h b/lib/dns/include/dns/remote.h index 6518a0ec77..ab3ac91a80 100644 --- a/lib/dns/include/dns/remote.h +++ b/lib/dns/include/dns/remote.h @@ -86,9 +86,8 @@ dns_remote_init(dns_remote_t *remote, unsigned int count, * Requires: * 'remote' is not NULL. * 'mctx' is not NULL. - * 'addrs' is not NULL or 'count' equals zero. - * if 'count' is not zero, 'keynames' and 'tlsnames' are - *not NULL. + * 'addrs' is not NULL, or 'count' equals zero. + * 'keynames' and 'tlsnames' are not NULL, then 'count > 0'. */ void