HACK: pidl: always dump idl and ndr tree
authorStefan Metzmacher <metze@samba.org>
Sat, 18 Sep 2010 17:17:17 +0000 (19:17 +0200)
committerMatthieu Patou <mat@matws.net>
Fri, 3 Oct 2014 19:16:34 +0000 (12:16 -0700)
pidl/pidl

index 28a15310e21fb1949e215863a5a1fe5078aa999a..8f4211f2ff9a4d912da7e86b12ded93964ef24f2 100755 (executable)
--- a/pidl/pidl
+++ b/pidl/pidl
@@ -586,6 +586,9 @@ if ($opt_version) {
     exit(0);
 }
 
+$opt_dump_idl_tree = "";
+$opt_dump_ndr_tree = "";
+
 sub process_file($)
 {
        my $idl_file = shift;