From 3fa29cdd943f18871b16fc845028fc39a5a7ad0d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 21 Sep 2010 03:41:03 +0200 Subject: pidl:NDR/Client: make the generated code look a bit nicer metze --- pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pidl/lib') diff --git a/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm b/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm index 91eff08164..32309580f4 100644 --- a/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm +++ b/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm @@ -103,12 +103,12 @@ sub ParseFunction_r_Send($$$$) $self->pidl("return tevent_req_post(req, ev);"); $self->deindent; $self->pidl("}"); - $self->pidl(""); $submem = "state->out_mem_ctx"; } else { $self->pidl("state->out_mem_ctx = NULL;"); $submem = "state"; } + $self->pidl(""); $self->pidl("subreq = dcerpc_binding_handle_call_send(state, ev, h,"); $self->pidl("\t\tNULL, &ndr_table_$if->{NAME},"); -- cgit