summaryrefslogtreecommitdiff
path: root/source3/smbd/sesssetup.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-08-31 06:59:00 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-08-31 06:59:00 +0000
commit7aca67c3e90b55e590d8741d3c24bc37b45120b7 (patch)
tree2e6af1e124443819e1a3ed7ba5054b297bae5b10 /source3/smbd/sesssetup.c
parent40e9d9a54ef65f6e2f54ce3361108e17c0eb8b8f (diff)
downloadsamba-7aca67c3e90b55e590d8741d3c24bc37b45120b7.tar.gz
samba-7aca67c3e90b55e590d8741d3c24bc37b45120b7.tar.bz2
samba-7aca67c3e90b55e590d8741d3c24bc37b45120b7.zip
Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements to
'DEBUGADD', so we don't repeat headers. (Makes them much easier to read). (Based on patch by kai) Andrew Bartlett (This used to be commit 9deada345c5f89f338530c4de62835cc1eeb3d0e)
Diffstat (limited to 'source3/smbd/sesssetup.c')
-rw-r--r--source3/smbd/sesssetup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c
index a49982dcfe..c37c655fd1 100644
--- a/source3/smbd/sesssetup.c
+++ b/source3/smbd/sesssetup.c
@@ -294,8 +294,6 @@ static int reply_spnego_negotiate(connection_struct *conn,
return ERROR_NT(NT_STATUS_LOGON_FAILURE);
}
- DEBUG(3,("Got neg_flags=0x%08x\n", neg_flags));
-
debug_ntlmssp_flags(neg_flags);
if (ntlmssp_auth_context) {