summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/initshutdown.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-17 13:16:27 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-17 15:57:52 +0100
commitaf3ff75e1f9cc459c1ad4ce22dce8149d01b3eaa (patch)
tree06d2bdd2e5fc9e92477452ccd6caa851818b7888 /source3/librpc/gen_ndr/initshutdown.h
parent5e86ac9e6d2eb7ff0f6f8461dcfc230e2d87c42c (diff)
downloadsamba-af3ff75e1f9cc459c1ad4ce22dce8149d01b3eaa.tar.gz
samba-af3ff75e1f9cc459c1ad4ce22dce8149d01b3eaa.tar.bz2
samba-af3ff75e1f9cc459c1ad4ce22dce8149d01b3eaa.zip
idl: Update initshutdown and echo IDL from Samba 4.
(This used to be commit 35d71a40b385a62b8c85ed68e64b6d38d80aeb3c)
Diffstat (limited to 'source3/librpc/gen_ndr/initshutdown.h')
-rw-r--r--source3/librpc/gen_ndr/initshutdown.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/initshutdown.h b/source3/librpc/gen_ndr/initshutdown.h
index 665d435919..acfe98846f 100644
--- a/source3/librpc/gen_ndr/initshutdown.h
+++ b/source3/librpc/gen_ndr/initshutdown.h
@@ -11,8 +11,8 @@ struct initshutdown_String_sub {
};
struct initshutdown_String {
- uint16_t name_len;/* [value(strlen_m(r->name->name)*2)] */
- uint16_t name_size;/* [value(strlen_m_term(r->name->name)*2)] */
+ uint16_t name_len;/* [value(strlen_m(name->name)*2)] */
+ uint16_t name_size;/* [value(strlen_m_term(name->name)*2)] */
struct initshutdown_String_sub *name;/* [unique] */
}/* [public] */;