From 754f2eba16822c998c9381d61da7bdfa9bac19ee Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 30 Jan 2014 09:51:09 +0100 Subject: s3:dcerpc_ep: only use the explicitly passed object_guid Signed-off-by: Stefan Metzmacher Reviewed-by: Guenther Deschner --- source3/librpc/rpc/dcerpc_ep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc') 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); } } -- cgit