]> git.sur5r.net Git - openldap/commitdiff
Fix config delete
authorHoward Chu <hyc@openldap.org>
Fri, 24 Aug 2007 23:56:55 +0000 (23:56 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 24 Aug 2007 23:56:55 +0000 (23:56 +0000)
servers/slapd/overlays/dynlist.c

index afc2b25c57b719a33ab0a98fc752267aeaecf59a..50119eb7a16e393d690615d03b67daebcc4efdfb 100644 (file)
@@ -1075,7 +1075,7 @@ dl_cfgen( ConfigArgs *c )
                        break;
                }
 
-               return 1;       /* FIXME */
+               return rc;
        }
 
        switch( c->type ) {