summaryrefslogtreecommitdiffstats
path: root/source3/smbd/sesssetup.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-10-17 10:46:46 +0000
committerAndrew Tridgell <tridge@samba.org>2001-10-17 10:46:46 +0000
commitadfa547aab4b83deb6c30cbf0f568fef366bd9a9 (patch)
treec9552703023a8dd1f7e42fd65f0ef9b0462b7343 /source3/smbd/sesssetup.c
parentb728042334f67738fd1a6fdd03e619bdb78fe06a (diff)
downloadsamba-adfa547aab4b83deb6c30cbf0f568fef366bd9a9.tar.gz
samba-adfa547aab4b83deb6c30cbf0f568fef366bd9a9.tar.xz
samba-adfa547aab4b83deb6c30cbf0f568fef366bd9a9.zip
removed some debug code
(This used to be commit b9e1f05393aaadf1fbe09338417977e2a3cb4559)
Diffstat (limited to 'source3/smbd/sesssetup.c')
-rw-r--r--source3/smbd/sesssetup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c
index 34b431e404b..a833b7e7068 100644
--- a/source3/smbd/sesssetup.c
+++ b/source3/smbd/sesssetup.c
@@ -152,7 +152,9 @@ static int reply_spnego_auth(connection_struct *conn, char *inbuf, char *outbuf,
const struct passwd *pw;
if (!spnego_parse_auth(blob1, &auth)) {
+#if 0
file_save("auth.dat", blob1.data, blob1.length);
+#endif
return ERROR_NT(NT_STATUS_LOGON_FAILURE);
}
@@ -241,8 +243,6 @@ static int reply_sesssetup_and_X_spnego(connection_struct *conn, char *inbuf,cha
extern uint32 global_client_caps;
int ret;
- chdir("/home/tridge");
-
if (global_client_caps == 0) {
global_client_caps = IVAL(inbuf,smb_vwv10);
}