svn commit: samba r17472 - in branches/SAMBA_4_0/source/libnet: .

mimir at samba.org mimir at samba.org
Wed Aug 9 22:10:27 GMT 2006


Author: mimir
Date: 2006-08-09 22:10:26 +0000 (Wed, 09 Aug 2006)
New Revision: 17472

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17472

Log:
Remove unused variable.


rafal


Modified:
   branches/SAMBA_4_0/source/libnet/libnet_rpc.c


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_rpc.c
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_rpc.c	2006-08-09 22:09:47 UTC (rev 17471)
+++ branches/SAMBA_4_0/source/libnet/libnet_rpc.c	2006-08-09 22:10:26 UTC (rev 17472)
@@ -107,7 +107,6 @@
 {
 	struct composite_context *c;
 	struct rpc_connect_srv_state *s;
-	struct composite_context *pipe_connect_req;
 
 	c = talloc_get_type(ctx->async.private_data, struct composite_context);
 	s = talloc_get_type(c->private_data, struct rpc_connect_srv_state);



More information about the samba-cvs mailing list