mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#9411 fix thisUpdate check
This commit is contained in:
parent
ec8d6edbd9
commit
2aef56cd24
1 changed files with 1 additions and 1 deletions
|
|
@ -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--;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue