summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-10-15 14:47:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:28 -0500
commit99cf1bef108c7236b8181325633d643be0902bd3 (patch)
treec3110e0071b1a635a683171afd76f60ff9a6a18d /source3/librpc/idl
parentf799df03d4899ce9a8e6c5b025424501ceb17c1f (diff)
downloadsamba-99cf1bef108c7236b8181325633d643be0902bd3.tar.gz
samba-99cf1bef108c7236b8181325633d643be0902bd3.tar.bz2
samba-99cf1bef108c7236b8181325633d643be0902bd3.zip
r19290: regedit running on nt4 will cut off the last character from a enumkey without
this patch. Jerry, Jelmer, can you please check this? Thanks, Volker (This used to be commit ed95fe3c63d48de9504d43f90e72f11ec0617064)
Diffstat (limited to 'source3/librpc/idl')
-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 5178e3c7a7..13e3dcfc50 100644
--- a/source3/librpc/idl/winreg.idl
+++ b/source3/librpc/idl/winreg.idl
@@ -131,7 +131,7 @@
);
typedef struct {
- [value(strlen_m(name)*2)] uint16 length;
+ [value(strlen_m_term(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 */