]> git.sur5r.net Git - openldap/commit
Require the struct berval **out argument of dnPretty/dnNormalize
authorKurt Zeilenga <kurt@openldap.org>
Mon, 24 Dec 2001 18:38:20 +0000 (18:38 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 24 Dec 2001 18:38:20 +0000 (18:38 +0000)
commitd047cc854ed9b18fa76983db1fb8b9a85906c15a
tree79105b4d26b56ab68dd17456de683c0815327608
parentd3d4bb9270cf773f67242ac5dbacc0572e10be2a
Require the struct berval **out argument of dnPretty/dnNormalize
point to a NULL pointer, that is assert( *out == NULL ).
Eventually, we'll allow **out to point to a preallocated
struct berval (to avoid unnecessary allocation).
servers/slapd/aclparse.c
servers/slapd/add.c
servers/slapd/dn.c
servers/slapd/entry.c