]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Added patch from Stuart Lynne to allow adding entry to top level.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 18 Aug 1998 02:24:34 +0000 (02:24 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 18 Aug 1998 02:24:34 +0000 (02:24 +0000)
servers/slapd/dn.c

index 226937efa99f521a9c0cf0d6ef98deeb631f7fe7..7b76fe985ad5943453b2103631a1333f13c2938d 100644 (file)
@@ -206,7 +206,7 @@ dn_parent(
                }
        }
 
-       return( NULL );
+       return( strdup("") );
 }
 
 /*