]> git.sur5r.net Git - openldap/commitdiff
get rid of unreferenced variable tmp
authorGary Williams <gwilliams@openldap.org>
Wed, 14 Apr 1999 15:41:19 +0000 (15:41 +0000)
committerGary Williams <gwilliams@openldap.org>
Wed, 14 Apr 1999 15:41:19 +0000 (15:41 +0000)
servers/slapd/result.c

index 9a12891f717827a33be01260c93ebe09515274da..b47099ab1f2e3b2313ef0a650948548e828ba93b 100644 (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') )