mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Correct comment concerning entry LDIF.
This commit is contained in:
parent
550542e020
commit
ecb915357c
@ -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 New Issue
Block a user