mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
get rid of unreferenced variable tmp
This commit is contained in:
parent
e24a4ee074
commit
80aeab1723
1 changed files with 1 additions and 1 deletions
|
|
@ -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') )
|
||||
|
|
|
|||
Loading…
Reference in a new issue