mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Make utility function reg_deletekey_recursive_internal() static.
Michael
This commit is contained in:
parent
5c0a1d5d45
commit
3e66127322
@ -715,10 +715,10 @@ WERROR reg_open_path(TALLOC_CTX *mem_ctx, const char *orig_path,
|
||||
* Note that reg_deletekey returns ACCESS_DENIED when called on a
|
||||
* key that has subkeys.
|
||||
*/
|
||||
WERROR reg_deletekey_recursive_internal(TALLOC_CTX *ctx,
|
||||
struct registry_key *parent,
|
||||
const char *path,
|
||||
bool del_key)
|
||||
static WERROR reg_deletekey_recursive_internal(TALLOC_CTX *ctx,
|
||||
struct registry_key *parent,
|
||||
const char *path,
|
||||
bool del_key)
|
||||
{
|
||||
TALLOC_CTX *mem_ctx = NULL;
|
||||
WERROR werr = WERR_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user