1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

removed some debug code

(This used to be commit b9e1f05393aaadf1fbe09338417977e2a3cb4559)
This commit is contained in:
Andrew Tridgell 2001-10-17 10:46:46 +00:00
parent b728042334
commit adfa547aab

View File

@ -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);
}