diff options
author | Rafal Szczesniak <mimir@samba.org> | 2006-03-12 13:11:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:05 -0500 |
commit | ac574aafc9e489cfeb6be56e8adb6d6b000482d8 (patch) | |
tree | 51fcf49433dfa50009b51ff4b10c3b3f2ef2a733 /source4/librpc | |
parent | bda6c35f2ff595c930c0533569d34b9969ffdb97 (diff) | |
download | samba-ac574aafc9e489cfeb6be56e8adb6d6b000482d8.tar.gz samba-ac574aafc9e489cfeb6be56e8adb6d6b000482d8.tar.bz2 samba-ac574aafc9e489cfeb6be56e8adb6d6b000482d8.zip |
r14238: This is not needed anymore, as the state structure is zeroed
right after allocation.
rafal
(This used to be commit 87b31c51bbd1e8cb3616eb9d7dd2b7fc1a7f9c46)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/rpc/dcerpc_util.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/librpc/rpc/dcerpc_util.c b/source4/librpc/rpc/dcerpc_util.c index ceb44b5c7d..93b385868d 100644 --- a/source4/librpc/rpc/dcerpc_util.c +++ b/source4/librpc/rpc/dcerpc_util.c @@ -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; |