Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
fd6259bf
Commit
fd6259bf
authored
Jun 02, 2006
by
Pierangelo Masarati
Browse files
import typo fix from HEAD
parent
02c36e90
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/retcode.c
View file @
fd6259bf
...
...
@@ -531,7 +531,7 @@ retcode_entry_response( Operation *op, SlapReply *rs, BackendInfo *bi, Entry *e
/* sleep time */
a
=
attr_find
(
e
->
e_attrs
,
ad_errSleepTime
);
if
(
a
!=
NULL
&
a
->
a_nvals
[
0
].
bv_val
[
0
]
!=
'-'
)
{
if
(
a
!=
NULL
&
&
a
->
a_nvals
[
0
].
bv_val
[
0
]
!=
'-'
)
{
int
sleepTime
;
sleepTime
=
strtoul
(
a
->
a_nvals
[
0
].
bv_val
,
&
next
,
0
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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