[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Sun Nov 22 07:55:11 MST 2009


The branch, master has been updated
       via  03b6e6e... s4:netlogon RPC - Remove trailing whitespace
      from  8b345ef... s4:netlogon RPC - Fix up the error handling

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 03b6e6e525f574a64e6dfb9f05862ac827e6d645
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Sun Nov 22 15:54:16 2009 +0100

    s4:netlogon RPC - Remove trailing whitespace

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

Summary of changes:
 source4/rpc_server/netlogon/dcerpc_netlogon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/rpc_server/netlogon/dcerpc_netlogon.c b/source4/rpc_server/netlogon/dcerpc_netlogon.c
index 8a833b0..1a653c2 100644
--- a/source4/rpc_server/netlogon/dcerpc_netlogon.c
+++ b/source4/rpc_server/netlogon/dcerpc_netlogon.c
@@ -1416,7 +1416,7 @@ static WERROR dcesrv_netr_DsRGetDCNameEx2(struct dcesrv_call_state *dce_call, TA
 	/* Windows 7 sends the domain name in the form the user typed, so we
 	 * have to cope  with both the short and long form here */
 	if (r->in.domain_name != NULL &&
-			!lp_is_my_domain_or_realm(dce_call->conn->dce_ctx->lp_ctx, 
+			!lp_is_my_domain_or_realm(dce_call->conn->dce_ctx->lp_ctx,
 						  r->in.domain_name)) {
 		return WERR_NO_SUCH_DOMAIN;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list