diff options
Diffstat (limited to 'source3/registry/reg_cachehook.c')
-rw-r--r-- | source3/registry/reg_cachehook.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/registry/reg_cachehook.c b/source3/registry/reg_cachehook.c index 6b00ab4aa1..dc07b51944 100644 --- a/source3/registry/reg_cachehook.c +++ b/source3/registry/reg_cachehook.c @@ -46,12 +46,6 @@ static WERROR keyname_to_path(TALLOC_CTX *mem_ctx, const char *keyname, return WERR_NOMEM; } - tmp_path = talloc_string_sub(mem_ctx, tmp_path, "\\", "/"); - if (tmp_path == NULL) { - DEBUG(0, ("talloc_string_sub_failed!\n")); - return WERR_NOMEM; - } - *path = tmp_path; return WERR_OK; |