Inline the smaller string-handling functions
[exim.git] / src / src / lookups / ldap.c
index f77318626aabff64db75d9b46188f678c9c657a6..08f68b75e6af285cfac6deb886bc60f243ecfa6c 100644 (file)
@@ -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 */