summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/build/pidl/idl.pm2
-rw-r--r--source4/build/pidl/idl.yp2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/pidl/idl.pm b/source4/build/pidl/idl.pm
index 9eea6679cc..636bcfb51c 100644
--- a/source4/build/pidl/idl.pm
+++ b/source4/build/pidl/idl.pm
@@ -2038,7 +2038,7 @@ sub
{{
"NAME" => "",
"TYPE" => "EMPTY",
- "PROPERTIES" => $_[0],
+ "PROPERTIES" => $_[1],
"POINTERS" => 0
}}
],
diff --git a/source4/build/pidl/idl.yp b/source4/build/pidl/idl.yp
index 3f670c7b2f..775e1fbd38 100644
--- a/source4/build/pidl/idl.yp
+++ b/source4/build/pidl/idl.yp
@@ -167,7 +167,7 @@ empty_element: property_list ';'
{{
"NAME" => "",
"TYPE" => "EMPTY",
- "PROPERTIES" => $_[0],
+ "PROPERTIES" => $_[1],
"POINTERS" => 0
}}
;