Author: mimir Date: 2006-03-12 13:11:46 +0000 (Sun, 12 Mar 2006) New Revision: 14238
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14238 Log: This is not needed anymore, as the state structure is zeroed right after allocation. rafal Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c Changeset: Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c =================================================================== --- branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c 2006-03-12 13:10:26 UTC (rev 14237) +++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c 2006-03-12 13:11:46 UTC (rev 14238) @@ -794,9 +794,6 @@ 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;
