diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-28 05:32:40 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-28 05:32:40 +0000 |
commit | 606514b0774c42c9f95a726cfa2d68a2a3c2ba32 (patch) | |
tree | 3c55c08bf3b52402ae9c72a74878e11a8269989d /source4 | |
parent | ba33beec050bdc4bf0452761c481ea41985b831f (diff) | |
download | samba-606514b0774c42c9f95a726cfa2d68a2a3c2ba32.tar.gz samba-606514b0774c42c9f95a726cfa2d68a2a3c2ba32.tar.bz2 samba-606514b0774c42c9f95a726cfa2d68a2a3c2ba32.zip |
make sure there is at least one valid interface in an IDL file
(This used to be commit 86ab394806a5f9dfc20fabda071d72ca29703f62)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/build/pidl/idl.gram | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/idl.gram b/source4/build/pidl/idl.gram index adabbe41a6..fdadb91c5c 100644 --- a/source4/build/pidl/idl.gram +++ b/source4/build/pidl/idl.gram @@ -2,7 +2,7 @@ use util; } -idl: idl_interface(s?) +idl: idl_interface(s) {{ util::FlattenArray($item[1]) }} | <error> |