X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/26dd3aa007b3b77969610c031f59388e0953bd00..e59797e3bda39abf611063fc0ba38fcb4e6596e4:/src/src/lookups/ldap.c diff --git a/src/src/lookups/ldap.c b/src/src/lookups/ldap.c index f77318626..08f68b75e 100644 --- a/src/src/lookups/ldap.c +++ b/src/src/lookups/ldap.c @@ -838,7 +838,7 @@ an empty string. */ if (!data) data = string_get(1); (void) string_from_gstring(data); -gstring_reset_unused(data); +gstring_release_unused(data); /* Copy the last dn into eldap_dn */