[SCM] Samba Shared Repository - branch master updated - fe67306fc626333da4f03f6f2a823de9cc2b6cc2

Andrew Tridgell tridge at samba.org
Sat Oct 4 21:17:46 GMT 2008


The branch, master has been updated
       via  fe67306fc626333da4f03f6f2a823de9cc2b6cc2 (commit)
      from  e44369989c54e908e3481fb76444df6bcf4e228b (commit)

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


- Log -----------------------------------------------------------------
commit fe67306fc626333da4f03f6f2a823de9cc2b6cc2
Author: Andrew Tridgell <tridge at samba.org>
Date:   Sun Oct 5 08:17:16 2008 +1100

    removed some debug lines I left in the last commit

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

Summary of changes:
 source4/rpc_server/netlogon/dcerpc_netlogon.c |    4 ----
 1 files changed, 0 insertions(+), 4 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 beb1c4e..64d0f77 100644
--- a/source4/rpc_server/netlogon/dcerpc_netlogon.c
+++ b/source4/rpc_server/netlogon/dcerpc_netlogon.c
@@ -959,8 +959,6 @@ static NTSTATUS dcesrv_netr_LogonGetDomainInfo(struct dcesrv_call_state *dce_cal
 
 	const char *local_domain;
 
-	NDR_PRINT_IN_DEBUG(netr_LogonGetDomainInfo, r);
-
 	status = dcesrv_netr_creds_server_step_check(dce_call->event_ctx, dce_call->conn->dce_ctx->lp_ctx,
 						     r->in.computer_name, mem_ctx, 
 					      r->in.credential, 
@@ -1035,8 +1033,6 @@ static NTSTATUS dcesrv_netr_LogonGetDomainInfo(struct dcesrv_call_state *dce_cal
 
 	r->out.info.info1 = info1;
 
-	NDR_PRINT_OUT_DEBUG(netr_LogonGetDomainInfo, r);
-
 	return NT_STATUS_OK;
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list