From: Arran Cudbard-Bell Date: Wed, 21 Jun 2023 21:01:37 +0000 (-0400) Subject: Fix build issue X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=713bf13d74170b4d7f97cc02eddd3931fbec7588;p=thirdparty%2Ffreeradius-server.git Fix build issue --- diff --git a/src/lib/tls/conf.c b/src/lib/tls/conf.c index de519757f53..a19bc36dd49 100644 --- a/src/lib/tls/conf.c +++ b/src/lib/tls/conf.c @@ -483,7 +483,9 @@ fr_tls_conf_t *fr_tls_conf_parse_server(CONF_SECTION *cs) if ((cf_section_parse(conf, conf, cs) < 0) || (cf_section_parse_pass2(conf, cs) < 0)) { +#ifdef __APPLE__ error: +#endif talloc_free(conf); return NULL; }