mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Fix comment garbled in 2.1.6. (Very weird, how did this happen?)
This commit is contained in:
parent
ff9dd56587
commit
e2d245e698
1 changed files with 3 additions and 3 deletions
|
|
@ -77,9 +77,9 @@ ldap_structurerule2name( LDAPStructureRule * sr )
|
|||
/*
|
||||
* When pretty printing the entities we will be appending to a buffer.
|
||||
* Since checking for overflow, realloc'ing and checking if no error
|
||||
* is extremely boring, we error until the end. This layer is
|
||||
* implemented with the he will use a protection layer that will let
|
||||
* us blissfully ignore thlp of the next type.
|
||||
* is extremely boring, we will use a protection layer that will let
|
||||
* us blissfully ignore the error until the end. This layer is
|
||||
* implemented with the help of the next type.
|
||||
*/
|
||||
|
||||
typedef struct safe_string {
|
||||
|
|
|
|||
Loading…
Reference in a new issue