From a36ccdc83edb7437dd00601c459421286fd79db4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 2 Aug 2013 13:36:30 +0200 Subject: [PATCH] s3:dcerpc_helpers: remove unused DEBUG message of schannel_state->seq_num. This is a layer violation and not needed anymore as we know how the seqnum handling works now. Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source3/librpc/rpc/dcerpc_helpers.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source3/librpc/rpc/dcerpc_helpers.c b/source3/librpc/rpc/dcerpc_helpers.c index c99ca327d12..06b0f68064c 100644 --- a/source3/librpc/rpc/dcerpc_helpers.c +++ b/source3/librpc/rpc/dcerpc_helpers.c @@ -458,9 +458,6 @@ static NTSTATUS add_schannel_auth_footer(struct schannel_state *sas, return NT_STATUS_INVALID_PARAMETER; } - DEBUG(10,("add_schannel_auth_footer: SCHANNEL seq_num=%llu\n", - (unsigned long long)sas->seq_num)); - switch (auth_level) { case DCERPC_AUTH_LEVEL_PRIVACY: status = netsec_outgoing_packet(sas, -- 2.11.4.GIT