diff options
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/pidl/parser.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/parser.pm b/source4/build/pidl/parser.pm index ac29fe0285..f17953e7d2 100644 --- a/source4/build/pidl/parser.pm +++ b/source4/build/pidl/parser.pm @@ -1692,7 +1692,7 @@ sub FunctionTable($) pidl "\t},\n"; } } - pidl "\t{ NULL, 0, NULL, NULL }\n};\n\n"; + pidl "\t{ NULL, 0, NULL, NULL, NULL }\n};\n\n"; # If no endpoint is set, default to the interface name as a named pipe if (! defined $interface->{PROPERTIES}->{endpoint}) { |