From c420c5a4c4bc2185f123058027f8328ade0d0a4e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 13 Jun 2005 22:22:51 +0000 Subject: r7552: Use ParseExpr() for [value] attributes; allows us somewhat cleaner IDL. (This used to be commit b7b01bccd101654d1f5ec83cba9dea7e9431d6ce) --- source4/librpc/idl/initshutdown.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl/initshutdown.idl') diff --git a/source4/librpc/idl/initshutdown.idl b/source4/librpc/idl/initshutdown.idl index f4f1f93f5e..4cdffe75eb 100644 --- a/source4/librpc/idl/initshutdown.idl +++ b/source4/librpc/idl/initshutdown.idl @@ -14,7 +14,7 @@ ] interface initshutdown { typedef struct { - [value(strlen_m_term(r->name))] uint32 name_size; + [value(strlen_m_term(name))] uint32 name_size; [flag(STR_LEN4|STR_NOTERM)] string name; } initshutdown_String_sub; -- cgit