registry: combine talloc_strdup() and normalize_reg_path() in regdb_fetch_keys().
authorMichael Adam <obnox@samba.org>
Tue, 29 Apr 2008 13:30:45 +0000 (15:30 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 30 Apr 2008 10:42:32 +0000 (12:42 +0200)
commit411ae73283f2479544fe687d196910e809ad83b0
tree178ffc9bfd7d5d5b35bd91fcd39e6977ef27baf5
parentdba75c083179dd2721fc86291749e02331e9cbc3
registry: combine talloc_strdup() and normalize_reg_path() in regdb_fetch_keys().

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

Michael
(This used to be commit 217233349b2d98d2506fcca47858373150e89924)
source3/registry/reg_backend_db.c