mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
Correct comment concerning entry LDIF.
This commit is contained in:
parent
550542e020
commit
ecb915357c
1 changed files with 1 additions and 2 deletions
|
|
@ -168,7 +168,7 @@ str2entry( char *s )
|
|||
emaxsize += GRABSIZE; \
|
||||
ecur = ebuf + offset; \
|
||||
} \
|
||||
}
|
||||
}
|
||||
|
||||
char *
|
||||
entry2str(
|
||||
|
|
@ -181,7 +181,6 @@ entry2str(
|
|||
|
||||
/*
|
||||
* In string format, an entry looks like this:
|
||||
* <id>\n
|
||||
* dn: <dn>\n
|
||||
* [<attr>: <value>\n]*
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue