Correct comment concerning entry LDIF.

This commit is contained in:
Kurt Zeilenga 2000-02-22 20:25:54 +00:00
parent 550542e020
commit ecb915357c

View File

@ -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]*
*/