]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Double semi-colon
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 19 Feb 2021 16:01:01 +0000 (16:01 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 19 Feb 2021 16:01:01 +0000 (16:01 +0000)
src/modules/rlm_ldap/rlm_ldap.c

index ba7ba36d97723ce04d44eb57e1a97f75c25b3b54..a25c31eaa99830bac267a0390acd4a3383b667ea 100644 (file)
@@ -2050,7 +2050,7 @@ static int mod_load(void)
 
 static void mod_unload(void)
 {
-       fr_ldap_free();;
+       fr_ldap_free();
 }
 
 /* globally exported name */