svn commit: samba r11805 - in branches/SAMBA_4_0/source/librpc/rpc: .

vlendec at samba.org vlendec at samba.org
Sat Nov 19 22:34:46 GMT 2005


Author: vlendec
Date: 2005-11-19 22:34:46 +0000 (Sat, 19 Nov 2005)
New Revision: 11805

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

Log:
dcerpc_bind_auth is only used in dcerpc_bind_auth_password
Modified:
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc_auth.c


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_auth.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/rpc/dcerpc_auth.c	2005-11-19 22:31:26 UTC (rev 11804)
+++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc_auth.c	2005-11-19 22:34:46 UTC (rev 11805)
@@ -76,8 +76,8 @@
 /*
   perform a multi-part authenticated bind
 */
-NTSTATUS dcerpc_bind_auth(struct dcerpc_pipe *p, uint8_t auth_type, uint8_t auth_level,
-			   const char *uuid, uint_t version)
+static NTSTATUS dcerpc_bind_auth(struct dcerpc_pipe *p, uint8_t auth_type, uint8_t auth_level,
+				 const char *uuid, uint_t version)
 {
 	NTSTATUS status;
 	TALLOC_CTX *tmp_ctx = talloc_new(p);



More information about the samba-cvs mailing list