diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-08-02 13:36:30 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-08-10 09:18:58 +0200 |
commit | a36ccdc83edb7437dd00601c459421286fd79db4 (patch) | |
tree | 2df4544bfe4a1b661e58f3c206d6ac2670f0cfda | |
parent | a964309bf7631f4f6953e0d6556f8ed8e5300dcc (diff) | |
download | samba-a36ccdc83edb7437dd00601c459421286fd79db4.tar.gz samba-a36ccdc83edb7437dd00601c459421286fd79db4.tar.bz2 samba-a36ccdc83edb7437dd00601c459421286fd79db4.zip |
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 <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | source3/librpc/rpc/dcerpc_helpers.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/librpc/rpc/dcerpc_helpers.c b/source3/librpc/rpc/dcerpc_helpers.c index c99ca327d1..06b0f68064 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, |