registry: remove the REGISTRY_HOOKS layer from the reghook cache.
authorMichael Adam <obnox@samba.org>
Sat, 12 Apr 2008 22:54:44 +0000 (00:54 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 12 Apr 2008 23:43:42 +0000 (01:43 +0200)
commit2f9ee2f782c77ed99669af5ac2ba40cb0978f0da
treeb413ecacfd0e639e16c61222e2b34ab582225a5b
parent84608e165e24c68c12d40086f81684ef37f69159
registry: remove the REGISTRY_HOOKS layer from the reghook cache.

There is no need to save the keyname again, we only need to
get the REGISTRY_OPS out of the pathtree.

Furthermore, this makes life easier, since we can now pass
in keynames as temporarily allocated strings.

Michael
source/include/reg_objects.h
source/registry/reg_api.c
source/registry/reg_cachehook.c
source/registry/reg_dispatcher.c
source/registry/reg_init_full.c
source/registry/reg_init_smbconf.c
source/script/mkproto.awk