diff options
author | Jeremy Allison <jra@samba.org> | 2001-06-08 04:05:08 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-06-08 04:05:08 +0000 |
commit | 86c869cdea4795322fc55e63a453d0c4b45bb435 (patch) | |
tree | 2628ded785dc6ef26649b97c3e11b914ffb7b4f2 | |
parent | 1b6a8cbb59d9c59c78f05ef64316b4b57145eab0 (diff) | |
download | samba-86c869cdea4795322fc55e63a453d0c4b45bb435.tar.gz samba-86c869cdea4795322fc55e63a453d0c4b45bb435.tar.xz samba-86c869cdea4795322fc55e63a453d0c4b45bb435.zip |
Forgot to remove jradebug...
Jeremy.
-rw-r--r-- | source/smbd/negprot.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/smbd/negprot.c b/source/smbd/negprot.c index 3c5e8bcbc5c..25419caf625 100644 --- a/source/smbd/negprot.c +++ b/source/smbd/negprot.c @@ -160,12 +160,8 @@ static int reply_nt1(char *outbuf) /* dual names + lock_and_read + nt SMBs + remote API calls */ int capabilities = CAP_NT_FIND|CAP_LOCK_AND_READ|CAP_LEVEL_II_OPLOCKS| (lp_nt_smb_support() ? CAP_NT_SMBS | CAP_RPC_REMOTE_APIS : 0) | -#if 1 /* JRATEST */ - CAP_LARGE_READX | CAP_LARGE_WRITEX | CAP_W2K_SMBS | CAP_LARGE_FILES | -#else ((lp_large_readwrite() && (SMB_OFF_T_BITS == 64)) ? CAP_LARGE_READX | CAP_LARGE_WRITEX | CAP_W2K_SMBS : 0) | -#endif (SMB_OFF_T_BITS == 64 ? CAP_LARGE_FILES : 0); |