summaryrefslogtreecommitdiffstats
path: root/source3/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-01-30 09:51:09 +0100
committerGünther Deschner <gd@samba.org>2014-02-11 16:20:28 +0100
commit754f2eba16822c998c9381d61da7bdfa9bac19ee (patch)
tree8bf5a5a5d427977f8259b52dcd6fdbc3512a6c2d /source3/librpc
parent09d3a0cda98b3b6b6ba4d618418a4f615f512b17 (diff)
downloadsamba-754f2eba16822c998c9381d61da7bdfa9bac19ee.tar.gz
samba-754f2eba16822c998c9381d61da7bdfa9bac19ee.tar.xz
samba-754f2eba16822c998c9381d61da7bdfa9bac19ee.zip
s3:dcerpc_ep: only use the explicitly passed object_guid
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/rpc/dcerpc_ep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/rpc/dcerpc_ep.c b/source3/librpc/rpc/dcerpc_ep.c
index f5d584898d..d0c264a5a8 100644
--- a/source3/librpc/rpc/dcerpc_ep.c
+++ b/source3/librpc/rpc/dcerpc_ep.c
@@ -430,7 +430,7 @@ static NTSTATUS ep_register(TALLOC_CTX *mem_ctx,
if (object_guid != NULL) {
entries[i].object = *object_guid;
} else {
- entries[i].object = map_binding->object.uuid;
+ ZERO_STRUCT(entries[i].object);
}
}