pidl:NDR: keep interface->{ORIGINAL}
authorStefan Metzmacher <metze@samba.org>
Tue, 13 Sep 2016 05:57:25 +0000 (07:57 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 26 Oct 2016 09:20:18 +0000 (11:20 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
pidl/lib/Parse/Pidl/NDR.pm

index d65cbe7037268e1bde919034bebdba0038aea99a..2e48c2a70b335220f091a051f35076b3ab0cee22 100644 (file)
@@ -891,7 +891,8 @@ sub ParseInterface($)
                FUNCTIONS => \@functions,
                CONSTS => \@consts,
                TYPES => \@types,
-               ENDPOINTS => \@endpoints
+               ENDPOINTS => \@endpoints,
+               ORIGINAL => $idl
        };
 }