From: Arran Cudbard-Bell Date: Fri, 19 Feb 2021 16:01:01 +0000 (+0000) Subject: Double semi-colon X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce5f482038d48547659c98f5b99cc64e45da5adf;p=thirdparty%2Ffreeradius-server.git Double semi-colon --- diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index ba7ba36d977..a25c31eaa99 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -2050,7 +2050,7 @@ static int mod_load(void) static void mod_unload(void) { - fr_ldap_free();; + fr_ldap_free(); } /* globally exported name */