get rid of unreferenced variable tmp

This commit is contained in:
Gary Williams 1999-04-14 15:41:19 +00:00
parent e24a4ee074
commit 80aeab1723

View file

@ -28,7 +28,7 @@ send_ldap_result2(
)
{
BerElement *ber;
int rc, tmp;
int rc;
unsigned long tag, bytes;
if ( err == LDAP_PARTIAL_RESULTS && (text == NULL || *text == '\0') )