From: Hallvard Furuseth Date: Thu, 14 Jul 2005 19:11:48 +0000 (+0000) Subject: Silence "unused label" warning X-Git-Tag: OPENLDAP_AC_BP~408 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a4e0331f8996b9c87199d8ee1ea77807b0d79292;p=openldap Silence "unused label" warning --- diff --git a/clients/tools/ldapmodify.c b/clients/tools/ldapmodify.c index 3d80b593ab..64f851f30a 100644 --- a/clients/tools/ldapmodify.c +++ b/clients/tools/ldapmodify.c @@ -1144,7 +1144,6 @@ static int process_response( } } -done:; if ( ldap_msgtype( res ) != LDAP_RES_INTERMEDIATE ) { rc = ldap_result2error( ld, res, 1 ); if( rc != LDAP_SUCCESS ) ldap_perror( ld, opstr );