Fix typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 22 Aug 2012 16:16:43 +0000 (18:16 +0200)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 22 Aug 2012 16:16:43 +0000 (18:16 +0200)
src/modules/rlm_ldap/rlm_ldap.c

index 2b2e095..b382286 100644 (file)
@@ -404,7 +404,7 @@ static inline void ldap_release_conn(int i, ldap_instance *inst)
                        DEBUG("  [%s] ldap_release_conn: Hit max usage limit, closing Id: %d", inst->xlat_name, i);
                        ldap_unbind_s(conns[i].ld);
                        
-                       conns[i].ld = NULL      
+                       conns[i].ld = NULL;     
                }
                conns[i].bound = 0;
                conns[i].uses = 0;