registry: use dbwrap_fetch_bystring() in regdb_fetch_keys().
authorMichael Adam <obnox@samba.org>
Tue, 29 Apr 2008 13:16:10 +0000 (15:16 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 30 Apr 2008 10:42:31 +0000 (12:42 +0200)
commit9d933dedf931e77b9f084cb77cc7f8b90d67d35c
treec125310fd04d10e5dbc3352d57356b7e3873ec2c
parentf49474f58af6c98bd9b3d6fd1dd91f66ff482b37
registry: use dbwrap_fetch_bystring() in regdb_fetch_keys().

instead of using regdb->fetch and constructing tdb data
from the registry key string by hand.

Michael
(This used to be commit 87a58140f0073dfb5b18fb43655b255aebafbd02)
source3/registry/reg_backend_db.c