udyfi

Small client for dy.fi (and possibly other services) DNS renewals
git clone https://git.inz.fi/udyfi/
Log | Files | Refs

commit 07e37a1d06da433b3beff93e18d8308d390a106a
parent 1ba17307f77c34ca1ed87dfc5233b6014888a817
Author: Santtu Lakkala <inz@inz.fi>
Date:   Thu,  6 Jul 2023 10:18:32 +0300

Remove leftover debug message

Diffstat:
Mudyfi.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/udyfi.c b/udyfi.c @@ -256,8 +256,6 @@ static ssize_t http_get(const char *server, return -1; } - printf("%s\n", buffer); - #ifdef USE_LIBTLS if (ctx) { if (tls_connect_socket(ctx, sock, server)) {