diff options
author | Jeremy Allison <jra@samba.org> | 2008-04-11 17:46:17 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-04-11 17:46:17 -0700 |
commit | ccb79b383d88b95a7916877efce0afb8a4ab6ca4 (patch) | |
tree | 6b5a5689ff7bc9780e26faecb00ec234b3c2c426 /source3/lib/util_reg.c | |
parent | f85c4b6905235d5e11ebeadd3e8216e4ae8cc31c (diff) | |
parent | 85dc216ecbacdff96ac6dcd1937b2a120fba8b07 (diff) | |
download | samba-ccb79b383d88b95a7916877efce0afb8a4ab6ca4.tar.gz samba-ccb79b383d88b95a7916877efce0afb8a4ab6ca4.tar.bz2 samba-ccb79b383d88b95a7916877efce0afb8a4ab6ca4.zip |
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
(This used to be commit 7258c780f0650c63d6c7c40fd704a9b841600f26)
Diffstat (limited to 'source3/lib/util_reg.c')
-rw-r--r-- | source3/lib/util_reg.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/lib/util_reg.c b/source3/lib/util_reg.c index 7c0c42d7d8..6570bb072d 100644 --- a/source3/lib/util_reg.c +++ b/source3/lib/util_reg.c @@ -110,10 +110,3 @@ WERROR reg_pull_multi_sz(TALLOC_CTX *mem_ctx, const void *buf, size_t len, return WERR_OK; } - -void normalize_dbkey(char *key) -{ - size_t len = strlen(key); - string_sub(key, "\\", "/", len+1); - strupper_m(key); -} |