summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-09-13 07:57:25 +0200
committerAndreas Schneider <asn@cryptomilk.org>2016-10-26 11:20:18 +0200
commit7423d8106ef08b94821f5fc666892234feff6f05 (patch)
treed66424978a1a82e9e2f7c2f6a40c5a77ecdf81c6 /pidl
parenta560116aa5228885e5f52fc46fa92151357de69c (diff)
downloadsamba-7423d8106ef08b94821f5fc666892234feff6f05.tar.gz
pidl:NDR: keep interface->{ORIGINAL}
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'pidl')
-rw-r--r--pidl/lib/Parse/Pidl/NDR.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/pidl/lib/Parse/Pidl/NDR.pm b/pidl/lib/Parse/Pidl/NDR.pm
index d65cbe70372..2e48c2a70b3 100644
--- a/pidl/lib/Parse/Pidl/NDR.pm
+++ b/pidl/lib/Parse/Pidl/NDR.pm
@@ -891,7 +891,8 @@ sub ParseInterface($)
FUNCTIONS => \@functions,
CONSTS => \@consts,
TYPES => \@types,
- ENDPOINTS => \@endpoints
+ ENDPOINTS => \@endpoints,
+ ORIGINAL => $idl
};
}