removed some debug lines I left in the last commit
authorAndrew Tridgell <tridge@samba.org>
Sat, 4 Oct 2008 21:17:16 +0000 (08:17 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sat, 4 Oct 2008 21:17:16 +0000 (08:17 +1100)
source4/rpc_server/netlogon/dcerpc_netlogon.c

index beb1c4eb06529de19e135cc143a6484be5986763..64d0f77303afff1ef361f8d38023b79f8e52a33c 100644 (file)
@@ -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;
 }