svn commit: samba r9976 - in trunk/source/rpc_server: .

jra at samba.org jra at samba.org
Fri Sep 2 23:25:59 GMT 2005


Author: jra
Date: 2005-09-02 23:25:59 +0000 (Fri, 02 Sep 2005)
New Revision: 9976

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

Log:
Remove unused local.
Jeremy.

Modified:
   trunk/source/rpc_server/srv_pipe.c


Changeset:
Modified: trunk/source/rpc_server/srv_pipe.c
===================================================================
--- trunk/source/rpc_server/srv_pipe.c	2005-09-02 21:22:42 UTC (rev 9975)
+++ trunk/source/rpc_server/srv_pipe.c	2005-09-02 23:25:59 UTC (rev 9976)
@@ -410,7 +410,6 @@
 
 		RPC_AUTH_SCHANNEL_CHK verf;
 		prs_struct rverf;
-		prs_struct rauth;
 
 		data = prs_data_p(&outgoing_pdu) + data_pos;
 		/* Check it's the type of reply we were expecting to decode */
@@ -428,7 +427,6 @@
 		}
 
 		prs_init(&rverf, 0, p->mem_ctx, MARSHALL);
-		prs_init(&rauth, 0, p->mem_ctx, MARSHALL);
 
 		schannel_encode(p->auth.a_u.schannel_auth, 
 			      p->auth.auth_level,



More information about the samba-cvs mailing list