summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-03 11:54:20 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-03 11:54:20 +0000
commit4b760a63da12f65d505f1c0ba4e909f6fb1d27c0 (patch)
tree03a640c24b190dd95584b5cfd656f62f8c025540 /source3/smbwrapper/smbw.h
parentd0fb78b85efa70f4a62618873e6a03318b1f7b38 (diff)
downloadsamba-4b760a63da12f65d505f1c0ba4e909f6fb1d27c0.tar.gz
samba-4b760a63da12f65d505f1c0ba4e909f6fb1d27c0.tar.bz2
samba-4b760a63da12f65d505f1c0ba4e909f6fb1d27c0.zip
added lseek() to smbwrapper
(This used to be commit 752e90b24f37d4697b87c65a53b45799c21ecab7)
Diffstat (limited to 'source3/smbwrapper/smbw.h')
-rw-r--r--source3/smbwrapper/smbw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbwrapper/smbw.h b/source3/smbwrapper/smbw.h
index 60a339181b..71dce3b321 100644
--- a/source3/smbwrapper/smbw.h
+++ b/source3/smbwrapper/smbw.h
@@ -22,7 +22,7 @@
#define SMBW_PREFIX "/smb/"
#define SMBW_FD_OFFSET 1024
-#define SMBW_CLI_FD 1023
+#define SMBW_CLI_FD 512
#define SMBW_MAX_OPEN 2048
#define SMBW_FILE_MODE (S_IFREG | 0644)