r21979: make use of string_tdb_data()
authorStefan Metzmacher <metze@samba.org>
Tue, 27 Mar 2007 10:15:45 +0000 (10:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:55 +0000 (12:18 -0500)
commit29b42ea89cbdd9f2c12fa448b116c49669467faf
tree5f17ba2f00ef58c94b3cdcc8f2aecc15e8b6eba5
parent1a0599d7aadef651e4d5b88b59c95e8a118dfa5e
r21979: make use of string_tdb_data()
to avoid creating the TDB_DATA struct from strings "by hand"

note: we can't use the tdb_*_bystring functions here, as the key isn't
null-terminated here...

metze
source/registry/reg_perfcount.c