summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/initshutdown.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-01-05 20:51:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:36:59 -0500
commit38ba8bf8ba75c19ab8d34eb4862b05befc8e1497 (patch)
tree1922e546d4381df964df1d9c6f942427d801b2de /source4/librpc/idl/initshutdown.idl
parent7d461ed48197af138e3959a17757936df9c9ce56 (diff)
downloadsamba-38ba8bf8ba75c19ab8d34eb4862b05befc8e1497.tar.gz
samba-38ba8bf8ba75c19ab8d34eb4862b05befc8e1497.tar.bz2
samba-38ba8bf8ba75c19ab8d34eb4862b05befc8e1497.zip
r20566: Prepending with r-> is no longer necessary.
(This used to be commit 1df96af3103795f609165e7a7344e1bf6046be79)
Diffstat (limited to 'source4/librpc/idl/initshutdown.idl')
-rw-r--r--source4/librpc/idl/initshutdown.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/initshutdown.idl b/source4/librpc/idl/initshutdown.idl
index 50d49637c2..868e48e28a 100644
--- a/source4/librpc/idl/initshutdown.idl
+++ b/source4/librpc/idl/initshutdown.idl
@@ -18,8 +18,8 @@
} initshutdown_String_sub;
typedef [public] struct {
- [value(strlen_m(r->name->name)*2)] uint16 name_len;
- [value(strlen_m_term(r->name->name)*2)] uint16 name_size;
+ [value(strlen_m(name->name)*2)] uint16 name_len;
+ [value(strlen_m_term(name->name)*2)] uint16 name_size;
initshutdown_String_sub *name;
} initshutdown_String;