summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-11-19 17:07:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:55 -0500
commit30db93664c3fc6617d568e8fea0d3a11282fb123 (patch)
treea5680b96d6e8c4053c21f19ef45baf746c9921cb /source3/librpc
parentbfad4421449d7f49287b1ebe81bf572c271f8fca (diff)
downloadsamba-30db93664c3fc6617d568e8fea0d3a11282fb123.tar.gz
samba-30db93664c3fc6617d568e8fea0d3a11282fb123.tar.bz2
samba-30db93664c3fc6617d568e8fea0d3a11282fb123.zip
r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys against
W2k3. The server requires that size==0 in the [in] name. Somehow I get the feeling that something is badly wrong here.... I did not yet recreate the gen_ndr equivalent, see next mail. Volker (This used to be commit 016ddce12005bb0829bf050e4d4851852751b3e5)
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/winreg.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/winreg.idl b/source3/librpc/idl/winreg.idl
index e911f47525..a69079bf8e 100644
--- a/source3/librpc/idl/winreg.idl
+++ b/source3/librpc/idl/winreg.idl
@@ -132,7 +132,7 @@ import "lsa.idl", "initshutdown.idl", "security.idl";
);
typedef struct {
- [value(strlen_m_term(name)*2)] uint16 length;
+ [value(strlen_m_term_null(name)*2)] uint16 length;
/* size cannot be auto-set by value() as it is the
amount of space the server is allowed to use for this
string in the reply, not its current size */