r14238: This is not needed anymore, as the state structure is zeroed
authorRafal Szczesniak <mimir@samba.org>
Sun, 12 Mar 2006 13:11:46 +0000 (13:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:57:05 +0000 (13:57 -0500)
right after allocation.

rafal
(This used to be commit 87b31c51bbd1e8cb3616eb9d7dd2b7fc1a7f9c46)

source4/librpc/rpc/dcerpc_util.c

index ceb44b5c7d9f2afb154122a49779e888a70b1353..93b385868db3e6eedfc9acc2fe7c2887bb74fa5b 100644 (file)
@@ -794,9 +794,6 @@ static void continue_epm_recv_binding(struct composite_context *ctx)
        c->status = dcerpc_pipe_connect_b_recv(ctx, c, &s->pipe);
        if (!composite_is_ok(c)) return;
 
-       ZERO_STRUCT(s->handle);
-       ZERO_STRUCT(s->guid);
-
        /* prepare requested binding parameters */
        s->binding->object         = s->table->uuid;
        s->binding->object_version = s->table->if_version;