HACK: pidl: always dump idl and ndr tree
authorStefan Metzmacher <metze@samba.org>
Sat, 18 Sep 2010 17:17:17 +0000 (19:17 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Jun 2019 11:14:55 +0000 (13:14 +0200)
pidl/pidl

index 7883414478179c80eb03505bd7f2fa0528c8f054..38609aa865c5196b602dc93e6a99e5eb22e11fa8 100755 (executable)
--- a/pidl/pidl
+++ b/pidl/pidl
@@ -589,6 +589,9 @@ if ($opt_version) {
        exit(0);
 }
 
+$opt_dump_idl_tree = "";
+$opt_dump_ndr_tree = "";
+
 sub process_file($)
 {
        my $idl_file = shift;