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
0ab06009
Commit
0ab06009
authored
Nov 22, 2010
by
Hallvard Furuseth
Browse files
Silence gcc -Wsign-compare (no real change)
parent
e1469fff
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/sssvlv.c
View file @
0ab06009
...
...
@@ -131,7 +131,8 @@ static struct berval* select_value(
{
struct
berval
*
ber1
,
*
ber2
;
MatchingRule
*
mr
=
key
->
sk_ordering
;
int
i
,
cmp
;
unsigned
i
;
int
cmp
;
ber1
=
&
(
attr
->
a_nvals
[
0
]);
ber2
=
ber1
+
1
;
...
...
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