From 3761974ed8f93ada47355c20d2403aa966339d7c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 28 Jan 2005 09:21:19 +0000 Subject: r5051: initialise all elements of an array (thanks to Mike Allan for pointing this out) (This used to be commit 7bd4ced313592310475b7403b87c7606afb1b7c1) --- source4/build/pidl/parser.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build') 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}) { -- cgit