From: Kurt Zeilenga Date: Mon, 24 Feb 2003 17:08:01 +0000 (+0000) Subject: s/leave/exit/ X-Git-Tag: OPENLDAP_REL_ENG_2_1_13~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=01c6f65984a7db480a9f4032593140d7c1b8411a;p=openldap s/leave/exit/ --- diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index ac60a337c5..62a23240b3 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -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; }