1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

pidl:NDR: keep interface->{ORIGINAL}

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Stefan Metzmacher 2016-09-13 07:57:25 +02:00 committed by Andreas Schneider
parent a560116aa5
commit 7423d8106e

View File

@ -891,7 +891,8 @@ sub ParseInterface($)
FUNCTIONS => \@functions, FUNCTIONS => \@functions,
CONSTS => \@consts, CONSTS => \@consts,
TYPES => \@types, TYPES => \@types,
ENDPOINTS => \@endpoints ENDPOINTS => \@endpoints,
ORIGINAL => $idl
}; };
} }