From 01c6f65984a7db480a9f4032593140d7c1b8411a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 24 Feb 2003 17:08:01 +0000 Subject: [PATCH] s/leave/exit/ --- libraries/libldap/result.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.5