s3:registry: add a new function regval_ctr_value_byname()
commit64a9ab4f82e54420caa26f92ef99b13084923282
authorMichael Adam <obnox@samba.org>
Fri, 30 Mar 2012 12:39:50 +0000 (30 14:39 +0200)
committerAndreas Schneider <asn@samba.org>
Wed, 25 Apr 2012 12:31:01 +0000 (25 14:31 +0200)
treee3af45c6600cb000138de869c3e829e1258ecf2c
parent2fc610caf5c4a54556464623976d5f92871c49c9
s3:registry: add a new function regval_ctr_value_byname()

This is like regval_ctr_key_exists() but does not return bool,
but the regval_blob instead, if found, and NULL if not found.

Signed-off-by: Andreas Schneider <asn@samba.org>
source3/registry/reg_objects.c
source3/registry/reg_objects.h