Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Oren Tirosh
OpenLDAP
Commits
2aef56cd
Commit
2aef56cd
authored
Dec 01, 2020
by
Howard Chu
Browse files
ITS#9411 fix thisUpdate check
parent
ec8d6edb
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
2aef56cd
...
...
@@ -3960,7 +3960,7 @@ issuerAndThisUpdateCheck(
/* empty */
;
}
if
(
x
.
bv_val
[
0
]
!=
'"'
)
return
LDAP_INVALID_SYNTAX
;
if
(
!
x
.
bv_len
||
x
.
bv_val
[
0
]
!=
'"'
)
return
LDAP_INVALID_SYNTAX
;
x
.
bv_val
++
;
x
.
bv_len
--
;
...
...
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