]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
s/leave/exit/
authorKurt Zeilenga <kurt@openldap.org>
Mon, 24 Feb 2003 17:08:01 +0000 (17:08 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 24 Feb 2003 17:08:01 +0000 (17:08 +0000)
libraries/libldap/result.c

index ac60a337c54764dda07cc9850109c3a2177ef566..62a23240b35c405d3bdb5ccbf95d10db083d53de 100644 (file)
@@ -849,7 +849,7 @@ lr->lr_res_matched ? lr->lr_res_matched : "" );
 
                new->lm_next = ld->ld_responses;
                ld->ld_responses = new;
-               goto leave;
+               goto exit;
        }
 
 #ifdef NEW_LOGGING
@@ -881,7 +881,7 @@ lr->lr_res_matched ? lr->lr_res_matched : "" );
                return( tag );
        }
 
-leave:
+exit:
        if ( ber_sockbuf_ctrl( sb, LBER_SB_OPT_DATA_READY, NULL ) ) {
                goto retry;
        }