summaryrefslogtreecommitdiff
path: root/source3/smbd/negprot.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-01-10 02:41:15 +0000
committerJeremy Allison <jra@samba.org>2002-01-10 02:41:15 +0000
commita36c10bd1e801228a002b2cdbecfe1fb6c3181a2 (patch)
tree8df44290416cf777c556cb5e7ec88ebc183736c0 /source3/smbd/negprot.c
parentfd56ebd54f68433c9f764cf73e05dbe0649d0716 (diff)
downloadsamba-a36c10bd1e801228a002b2cdbecfe1fb6c3181a2.tar.gz
samba-a36c10bd1e801228a002b2cdbecfe1fb6c3181a2.tar.bz2
samba-a36c10bd1e801228a002b2cdbecfe1fb6c3181a2.zip
First part of UNIX extensions (#ifdefed out) more to follow.
Jeremy. (This used to be commit 02b18f2cca6d6d046d2d8fd7375b207d44031ddc)
Diffstat (limited to 'source3/smbd/negprot.c')
-rw-r--r--source3/smbd/negprot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/negprot.c b/source3/smbd/negprot.c
index af2f91936e..81f035f3b6 100644
--- a/source3/smbd/negprot.c
+++ b/source3/smbd/negprot.c
@@ -242,7 +242,7 @@ static int reply_nt1(char *inbuf, char *outbuf)
capabilities |= CAP_EXTENDED_SECURITY;
}
- capabilities |= CAP_NT_SMBS|CAP_RPC_REMOTE_APIS;
+ capabilities |= CAP_NT_SMBS|CAP_RPC_REMOTE_APIS|CAP_UNIX;
if (lp_large_readwrite() && (SMB_OFF_T_BITS == 64)) {
capabilities |= CAP_LARGE_READX|CAP_LARGE_WRITEX|CAP_W2K_SMBS;