]> git.sur5r.net Git - openldap/commitdiff
Correct comment concerning entry LDIF.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 22 Feb 2000 20:25:54 +0000 (20:25 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 22 Feb 2000 20:25:54 +0000 (20:25 +0000)
servers/slapd/entry.c

index 822145f2f518744a535271cc87b28078fd745a73..c4afaae0f44a925b3e94f1746f0a95c3324e9ffa 100644 (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]*
         */