Author: jelmer
Date: 2006-09-13 15:54:08 +0000 (Wed, 13 Sep 2006)
New Revision: 18478

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18478

Log:
Add missing declaration for status.

Modified:
   branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm


Changeset:
Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
===================================================================
--- branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm   
2006-09-13 15:45:20 UTC (rev 18477)
+++ branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm   
2006-09-13 15:54:08 UTC (rev 18478)
@@ -35,6 +35,7 @@
        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}\");";

Reply via email to