]> git.sur5r.net Git - openldap/commitdiff
Remove unused label "error_return"
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 16 Aug 2005 19:45:50 +0000 (19:45 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 16 Aug 2005 19:45:50 +0000 (19:45 +0000)
servers/slapd/back-ldap/bind.c

index 93e9c450c4a8da5123638411ff5ea197c241aa17..09b23924d5f11d5313ac508e30c8350be7804559 100644 (file)
@@ -382,7 +382,6 @@ retry:;
                *is_tls = 0;
        }
 
-error_return:;
        return rc;
 }
 #endif /* HAVE_TLS */