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
ab7f99f5
Commit
ab7f99f5
authored
Apr 06, 2007
by
Howard Chu
Browse files
ITS#4918 fix typo
parent
2846d9e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/syncrepl.c
View file @
ab7f99f5
...
...
@@ -1152,7 +1152,7 @@ reload:
}
else
if
(
RETRYNUM_VALID
(
si
->
si_retrynum
[
i
]
)
)
{
if
(
si
->
si_retrynum
[
i
]
>
0
)
si
->
si_retrynum
[
i
]
--
;
fail
=
si
->
si_retrynum
;
fail
=
si
->
si_retrynum
[
i
]
;
rtask
->
interval
.
tv_sec
=
si
->
si_retryinterval
[
i
];
ldap_pvt_runqueue_resched
(
&
slapd_rq
,
rtask
,
0
);
slap_wake_listener
();
...
...
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