mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
net_rpc_registry: return available error code on failure in deletevalue.
Michael (This used to be commit 0dc9840cefb08b2732d294eb45508ce687ded324)
This commit is contained in:
parent
c7aa3dd3c0
commit
0000eeb9b8
@ -473,7 +473,7 @@ static NTSTATUS rpc_registry_deletevalue_internal(const DOM_SID *domain_sid,
|
||||
rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &key_hnd, NULL);
|
||||
rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &hive_hnd, NULL);
|
||||
|
||||
return NT_STATUS_OK;
|
||||
return status;
|
||||
}
|
||||
|
||||
static int rpc_registry_deletevalue( int argc, const char **argv )
|
||||
|
Loading…
x
Reference in New Issue
Block a user