s3-dcerpc: fix dcerpc_push_ncacn_packet, pass arg by address
commit87605e2030262bc24b59468fe4b5837e8ff584b0
authorSimo Sorce <idra@samba.org>
Sun, 11 Jul 2010 16:18:13 +0000 (11 12:18 -0400)
committerGünther Deschner <gd@samba.org>
Tue, 13 Jul 2010 12:44:11 +0000 (13 14:44 +0200)
treec9e769f6b7afd9d8879bd1588e8501ed4f0cdd8a
parentfe9036cf5bd8aa775a0419be8effae257d6f97f2
s3-dcerpc: fix dcerpc_push_ncacn_packet, pass arg by address

There is no need to copy the whole structure twice by passing it in by value.

Signed-off-by: Günther Deschner <gd@samba.org>
source3/include/proto.h
source3/rpc_client/cli_pipe.c
source3/rpc_server/srv_pipe.c