registry: combine talloc_strdup() and normalize_reg_path() in regdb_fetch_keys().
commit9f5a98240ba52dcfbc5451e1504a881dd77c3394
authorMichael Adam <obnox@samba.org>
Tue, 29 Apr 2008 13:30:45 +0000 (29 15:30 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 9 May 2008 11:14:41 +0000 (9 13:14 +0200)
treeff118c64a4c90b10423f362200c9e57678de05d5
parent240d2bebb0b90816f82c35072a3946d127c64749
registry: combine talloc_strdup() and normalize_reg_path() in regdb_fetch_keys().

the talloc_strdup() call is just and extra allocation here.

Michael
(cherry picked from commit 217233349b2d98d2506fcca47858373150e89924)
source/registry/reg_backend_db.c