summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-17 13:06:36 +0200
committerGünther Deschner <gd@samba.org>2010-08-17 13:06:36 +0200
commit36cfadcf6a49ec208c2525f1541597b25d8b9397 (patch)
tree231f2f4b20ee0afd12c90ad667f7812176f3cdfa /source3/librpc
parent35052d71d3de5e0eb3d2dfa06bf75f7547c543f8 (diff)
downloadsamba-36cfadcf6a49ec208c2525f1541597b25d8b9397.tar.gz
samba-36cfadcf6a49ec208c2525f1541597b25d8b9397.tar.bz2
samba-36cfadcf6a49ec208c2525f1541597b25d8b9397.zip
s3-dcerpc: fix c++ build warning.
Guenther
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/rpc/dcerpc_gssapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/rpc/dcerpc_gssapi.c b/source3/librpc/rpc/dcerpc_gssapi.c
index 777f5f1cad..f12126554b 100644
--- a/source3/librpc/rpc/dcerpc_gssapi.c
+++ b/source3/librpc/rpc/dcerpc_gssapi.c
@@ -384,7 +384,7 @@ DATA_BLOB gse_get_session_key(TALLOC_CTX *mem_ctx,
gse_sesskeytype_oid.length) != 0)) {
DEBUG(0, ("gss_inquire_sec_context_by_oid returned unknown "
"OID for data in results:\n"));
- dump_data(1, set->elements[1].value,
+ dump_data(1, (uint8_t *)set->elements[1].value,
set->elements[1].length);
return data_blob_null;
}