mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s3:smbconf let drop leave the smbconf key in place to match a virgin registry.tdb
Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
356ed8644c
commit
3db91e6599
@ -754,7 +754,7 @@ static sbcErr smbconf_reg_drop(struct smbconf_ctx *ctx)
|
||||
goto done;
|
||||
}
|
||||
|
||||
werr = reg_deletekey_recursive(parent_key, p+1);
|
||||
werr = reg_deletesubkeys_recursive(parent_key, p+1);
|
||||
if (!W_ERROR_IS_OK(werr)) {
|
||||
err = SBC_ERR_IO_FAILURE;
|
||||
goto done;
|
||||
|
Loading…
x
Reference in New Issue
Block a user