]> git.sur5r.net Git - openldap/commitdiff
semicolon after colon in goto labels
authorPierangelo Masarati <ando@openldap.org>
Sun, 3 Jun 2001 08:53:13 +0000 (08:53 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 3 Jun 2001 08:53:13 +0000 (08:53 +0000)
servers/slapd/back-ldap/group.c
servers/slapd/back-ldap/modify.c
servers/slapd/back-ldap/search.c

index 4c33926bc2640984b4c615b702021751fe3da052..a8a167766b246b1f3c87ea219bd4b8e9c6902206 100644 (file)
@@ -195,7 +195,7 @@ ldap_back_group(
                ldap_msgfree(result);
        }
 
-cleanup:
+cleanup:;
        if ( ld != NULL ) {
                ldap_unbind(ld);
        }
index 0b986db4c3386cc08a023b0ce34b6e7f46560410..a59d4179ca27452be7703eb4faf90a7844f364ed 100644 (file)
@@ -142,7 +142,7 @@ ldap_back_modify(
 
        ldap_modify_s( lc->ld, mdn, modv );
 
-cleanup:
+cleanup:;
 #ifdef ENABLE_REWRITE
        if ( mdn != dn ) {
 #endif /* ENABLE_REWRITE */
index a0097d5c7feb301e542644fe422a5ff6e5258f64..a346ce2afd8cbfd571e056bf55f061138d115470 100644 (file)
@@ -183,7 +183,7 @@ ldap_back_search(
        if ((msgid = ldap_search(lc->ld, mbase, scope, mapped_filter, mapped_attrs,
                attrsonly)) == -1)
        {
-fail:
+fail:;
                rc = ldap_back_op_result(lc, op);
                goto finish;
        }
@@ -273,7 +273,7 @@ fail:
                match, err, NULL, NULL, count );
 #endif /* !ENABLE_REWRITE */
 
-finish:
+finish:;
        if ( match ) {
 #ifdef ENABLE_REWRITE
                if ( mmatch != match ) {