s4:WINREG RPC server - don't check for the "name" size in "EnumValue"
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sun, 21 Mar 2010 14:12:37 +0000 (15:12 +0100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sun, 21 Mar 2010 14:12:37 +0000 (15:12 +0100)
commit2bbdb2cd34233b0836f1aa7365e02c85494af4fa
tree5963fe02642c1c40444b0b1dc0185493a9f82e77
parent0f2cf82e5e52da6fc71742df7b13c9f372bcf113
s4:WINREG RPC server - don't check for the "name" size in "EnumValue"

This isn't needed at all since:
1.) a new name object is created and sent back to the client
2.) the "size" seems to be the size of the "name" pointer. On my test with the
    "regedt32" program this has always been "4".
source4/rpc_server/winreg/rpc_winreg.c