Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
01c6f659
Commit
01c6f659
authored
Feb 24, 2003
by
Kurt Zeilenga
Browse files
s/leave/exit/
parent
ef8341e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/result.c
View file @
01c6f659
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment