Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Barchiesi
OpenLDAP
Commits
0b501e6c
Commit
0b501e6c
authored
Dec 04, 2020
by
Ding Fei
Browse files
remove unintended semicolon
parent
4e801a9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/progs/slapd-watcher.c
View file @
0b501e6c
...
...
@@ -704,7 +704,7 @@ server_down1:
goto
server_down1
;
}
}
if
(
rc
!=
-
1
)
;
if
(
rc
!=
-
1
)
gettimeofday
(
&
servers
[
i
].
c_curr
.
time
,
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