From: Arran Cudbard-Bell Date: Wed, 22 Aug 2012 16:16:43 +0000 (+0200) Subject: Fix typo X-Git-Tag: release_3_0_0_beta0~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1727db66bea19368e76c546e3fa381f57cc88801;p=thirdparty%2Ffreeradius-server.git Fix typo --- diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index 2b2e0957a82..b382286371e 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -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;