From: Arran Cudbard-Bell Date: Fri, 8 Oct 2021 21:38:37 +0000 (-0500) Subject: Fix spurious error X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edef7055cdd7520c546e988c51a33fd91c04ad53;p=thirdparty%2Ffreeradius-server.git Fix spurious error --- diff --git a/src/lib/tls/pairs.c b/src/lib/tls/pairs.c index 49820f8c0c1..6d4da312914 100644 --- a/src/lib/tls/pairs.c +++ b/src/lib/tls/pairs.c @@ -304,6 +304,7 @@ skip_alt: "Add a dictionary definition if you want to access it", fr_box_strvalue_len((char *)fr_dbuff_current(out), fr_dbuff_remaining(out))); + fr_strerror_clear(); /* Don't leave spurious errors from failed resolution */ goto again; }