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
b8788429
Commit
b8788429
authored
May 27, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5511
parent
7574e8aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/unique.c
View file @
b8788429
...
...
@@ -1026,7 +1026,7 @@ unique_add(
domain
=
domain
->
next
)
{
unique_domain_uri
*
uri
;
int
ks
=
0
;
int
ks
=
STRLENOF
(
"(|)"
)
;
for
(
uri
=
domain
->
uri
;
uri
;
...
...
@@ -1136,7 +1136,7 @@ unique_modify(
domain
=
domain
->
next
)
{
unique_domain_uri
*
uri
;
int
ks
=
0
;
int
ks
=
STRLENOF
(
"(|)"
)
;
for
(
uri
=
domain
->
uri
;
uri
;
...
...
@@ -1250,7 +1250,7 @@ unique_modrdn(
domain
=
domain
->
next
)
{
unique_domain_uri
*
uri
;
int
ks
=
0
;
int
ks
=
STRLENOF
(
"(|)"
)
;
for
(
uri
=
domain
->
uri
;
uri
;
...
...
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