summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_util.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-02 15:00:58 -0600
committerStefan Metzmacher <metze@samba.org>2008-01-02 09:06:06 -0600
commit37b822e49f3f7a29950ff6f52cfebf72dd583db9 (patch)
tree4d850afa11ebfee5b40b1cea8c05ee26d22e3497 /source4/librpc/rpc/dcerpc_util.c
parent5e03b921825ffe177bf9d00ed1e12de02728da75 (diff)
downloadsamba-37b822e49f3f7a29950ff6f52cfebf72dd583db9.tar.gz
samba-37b822e49f3f7a29950ff6f52cfebf72dd583db9.tar.bz2
samba-37b822e49f3f7a29950ff6f52cfebf72dd583db9.zip
r26643: librpc: Remove uses of global_loadparm.
(This used to be commit 924c0890904266af8f50f69a25f89d36f971d710)
Diffstat (limited to 'source4/librpc/rpc/dcerpc_util.c')
-rw-r--r--source4/librpc/rpc/dcerpc_util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_util.c b/source4/librpc/rpc/dcerpc_util.c
index ecc6f19e8c..4e5d049d66 100644
--- a/source4/librpc/rpc/dcerpc_util.c
+++ b/source4/librpc/rpc/dcerpc_util.c
@@ -1368,7 +1368,8 @@ NTSTATUS dcerpc_fetch_session_key(struct dcerpc_pipe *p,
this triggers on a debug level of >= 10
*/
void dcerpc_log_packet(const struct ndr_interface_table *ndr,
- uint32_t opnum, uint32_t flags, DATA_BLOB *pkt)
+ uint32_t opnum, uint32_t flags,
+ DATA_BLOB *pkt)
{
const int num_examples = 20;
int i;