[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-5187-g612aabd

Günther Deschner gd at samba.org
Thu Apr 2 20:19:17 GMT 2009


The branch, v3-3-test has been updated
       via  612aabd85287e9049973d63d1234b1d2a743ccd8 (commit)
      from  2b634c6633904052eaca651b6d00f6cdb7457ef8 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 612aabd85287e9049973d63d1234b1d2a743ccd8
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Apr 2 21:23:18 2009 +0200

    Bug #6243. Fix usrmgr.exe creating a user.
    
    Signed-off-by: Günther Deschner <gd at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 source/rpc_server/srv_pipe.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/rpc_server/srv_pipe.c b/source/rpc_server/srv_pipe.c
index d196634..95ad228 100644
--- a/source/rpc_server/srv_pipe.c
+++ b/source/rpc_server/srv_pipe.c
@@ -994,8 +994,7 @@ bool check_bind_req(struct pipes_struct *p, RPC_IFACE* abstract,
 
 	for (i=0; i<rpc_lookup_size; i++) {
 		DEBUGADD(10, ("checking %s\n", rpc_lookup[i].pipe.clnt));
-		if (strequal(rpc_lookup[i].pipe.clnt, p->name)
-		    && ndr_syntax_id_equal(
+		if (ndr_syntax_id_equal(
 			    abstract, &rpc_lookup[i].rpc_interface)
 		    && ndr_syntax_id_equal(
 			    transfer, &ndr_transfer_syntax)) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list