From ea50e4f30aad94320c7d8bbc3e33dd6b10777bbe Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 13 Sep 2006 15:54:08 +0000 Subject: r18478: Add missing declaration for status. (This used to be commit 64909a0d69a938e96f7a04b4288ca851fb8fe18a) --- source4/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm b/source4/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm index 7fba856617..47e18fee69 100644 --- a/source4/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm +++ b/source4/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm @@ -35,6 +35,7 @@ sub ParseFunction($$) indent; pidl "struct ndr_pull *pull;"; pidl "struct ndr_push *push;"; + pidl "NTSTATUS status;"; pidl "DATA_BLOB blob;"; pidl "struct $fn->{NAME} r;"; pidl "TALLOC_CTX *mem_ctx = talloc_init(\"api_$fn->{NAME}\");"; -- cgit