1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12: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:
Michael Adam 2008-04-04 17:52:35 +02:00
parent c7aa3dd3c0
commit 0000eeb9b8

View File

@ -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 )