Streamline _winreg_QueryValue a bit. We've been pushing around memory
authorvlendec <vlendec@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Thu, 23 Nov 2006 16:19:06 +0000 (16:19 +0000)
committervlendec <vlendec@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Thu, 23 Nov 2006 16:19:06 +0000 (16:19 +0000)
commit6802bad36449c0823fce6ca25c409f18b38440e2
tree495e6aea3a7bdc4927e440737d76acd24da03d81
parent08816428e64da58cc38e0f593a446672cbf58e07
Streamline _winreg_QueryValue a bit. We've been pushing around memory
considerably here.

This temporarily removes a cache for the tdb based registry, I'll re-add that
in srv_winreg_nt.c in the next step.

This fixes creating/renaming values from the windows regedit.exe, as "New
Value #1" was not entering the cache after being created.

Volker

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0@19860 0c0555d6-39d7-0310-84fc-f1cc0bd64818
source/rpc_server/srv_winreg_nt.c