From 30832e95dc47acf70ab9f18e80d7a28e73e212c8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 17 Apr 2006 13:06:57 +0000 Subject: r15104: Implement Samba4's tdb_name(). Volker (This used to be commit d52002c1c9d28e637ca4d1553e800b0b97790f36) --- source3/registry/reg_perfcount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/registry') diff --git a/source3/registry/reg_perfcount.c b/source3/registry/reg_perfcount.c index 7f9e9ad662..385128e7b5 100644 --- a/source3/registry/reg_perfcount.c +++ b/source3/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 */ -- cgit