summaryrefslogtreecommitdiffstats
path: root/source/registry
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-04-17 13:06:57 +0000
committerVolker Lendecke <vlendec@samba.org>2006-04-17 13:06:57 +0000
commit27e1586188de1965d38c5dab03b321cc64901a8e (patch)
tree6d4f0be1e7b1e1720b5d3ea5130a51e5c0126a8c /source/registry
parentb6ed4cc7e765678c84a8e8ae747a02d3110000c6 (diff)
downloadsamba-27e1586188de1965d38c5dab03b321cc64901a8e.tar.gz
samba-27e1586188de1965d38c5dab03b321cc64901a8e.tar.xz
samba-27e1586188de1965d38c5dab03b321cc64901a8e.zip
r15104: Implement Samba4's tdb_name().
Volker
Diffstat (limited to 'source/registry')
-rw-r--r--source/registry/reg_perfcount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/registry/reg_perfcount.c b/source/registry/reg_perfcount.c
index 7f9e9ad6626..385128e7b55 100644
--- a/source/registry/reg_perfcount.c
+++ b/source/registry/reg_perfcount.c
@@ -172,7 +172,7 @@ static uint32 _reg_perfcount_multi_sz_from_tdb(TDB_CONTEXT *tdb,
/* If a key isn't there, just bypass it -- this really shouldn't
happen unless someone's mucking around with the tdb */
DEBUG(3, ("_reg_perfcount_multi_sz_from_tdb: failed to find key [%s] in [%s].\n",
- temp, tdb->name));
+ temp, tdb_name(tdb)));
return buffer_size;
}
/* First encode the name_index */