mirror of
https://github.com/samba-team/samba.git
synced 2025-10-18 19:33:16 +03:00
s3:registry: compile reg_create_path() & reg_delete_path()
Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
committed by
Michael Adam
parent
a6c5376b97
commit
353f614c96
@@ -82,9 +82,6 @@ WERROR reg_open_path(TALLOC_CTX *mem_ctx, const char *orig_path,
|
||||
return WERR_OK;
|
||||
}
|
||||
|
||||
#if 0
|
||||
/* these two functions are unused. */
|
||||
|
||||
/**
|
||||
* Utility function to create a registry key without opening the hive
|
||||
* before. Assumes the hive already exists.
|
||||
@@ -179,4 +176,3 @@ WERROR reg_delete_path(const struct security_token *token,
|
||||
TALLOC_FREE(hive);
|
||||
return err;
|
||||
}
|
||||
#endif /* #if 0 */
|
||||
|
Reference in New Issue
Block a user