Skip to content
Snippets Groups Projects
Commit 80aeab17 authored by Gary Williams's avatar Gary Williams
Browse files

get rid of unreferenced variable tmp

parent e24a4ee0
No related branches found
No related tags found
No related merge requests found
......@@ -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') )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment