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
Joe Martin
OpenLDAP
Commits
a568a765
Commit
a568a765
authored
Apr 14, 2008
by
Quanah Gibson-Mount
Browse files
ITS
#5411
parent
1d92a35c
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/bind.c
View file @
a568a765
...
...
@@ -1480,7 +1480,7 @@ retry:;
}
rc
=
0
;
goto
leave
;
goto
func_
leave
;
}
rc
=
ldap_back_op_result
(
lc
,
op
,
rs
,
msgid
,
...
...
@@ -1499,7 +1499,7 @@ done:;
ldap_set_rebind_proc
(
lc
->
lc_ld
,
li
->
li_rebind_f
,
lc
);
}
leave:
;
func_
leave:
;
if
(
op
->
o_callback
==
&
cb
)
op
->
o_callback
=
cb
.
sc_next
;
op
->
o_tag
=
o_tag
;
...
...
servers/slapd/schema_init.c
View file @
a568a765
...
...
@@ -2239,10 +2239,10 @@ integerIndexer(
}
rc
=
integerVal2Key
(
&
values
[
i
],
&
keys
[
i
],
&
itmp
,
ctx
);
if
(
rc
)
goto
leave
;
goto
func_
leave
;
}
*
keysp
=
keys
;
leave:
func_
leave:
if
(
itmp
.
bv_val
!=
ibuf
)
{
slap_sl_free
(
itmp
.
bv_val
,
ctx
);
}
...
...
@@ -3142,7 +3142,7 @@ serialNumberAndIssuerNormalize(
sn2
.
bv_len
=
sn
.
bv_len
;
if
(
lutil_str2bin
(
&
sn
,
&
sn2
,
ctx
))
{
rc
=
LDAP_INVALID_SYNTAX
;
goto
leave
;
goto
func_
leave
;
}
/* make room for sn + "$" */
...
...
@@ -3154,7 +3154,7 @@ serialNumberAndIssuerNormalize(
out
->
bv_len
=
0
;
slap_sl_free
(
ni
.
bv_val
,
ctx
);
rc
=
LDAP_OTHER
;
goto
leave
;
goto
func_
leave
;
}
n
=
0
;
...
...
@@ -3192,7 +3192,7 @@ serialNumberAndIssuerNormalize(
Debug
(
LDAP_DEBUG_TRACE
,
"<<< serialNumberAndIssuerNormalize: <%s>
\n
"
,
out
->
bv_val
,
0
,
0
);
leave:
func_
leave:
if
(
stmp
!=
sbuf
)
slap_sl_free
(
stmp
,
ctx
);
slap_sl_free
(
ni
.
bv_val
,
ctx
);
...
...
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