mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Fix config delete
This commit is contained in:
parent
ecf59634e9
commit
da5c3285d2
1 changed files with 1 additions and 1 deletions
|
|
@ -1075,7 +1075,7 @@ dl_cfgen( ConfigArgs *c )
|
|||
break;
|
||||
}
|
||||
|
||||
return 1; /* FIXME */
|
||||
return rc;
|
||||
}
|
||||
|
||||
switch( c->type ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue