summaryrefslogtreecommitdiff
path: root/source3/locking
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-16 03:04:06 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-16 03:04:06 +0000
commita7acf10566af549eb71e7a421397c8073d55e0f6 (patch)
treec3f40e554251608a0e2112d790a633d641e08deb /source3/locking
parent6a6e8958ad86d61395d9ad47a0c2bef732d07b13 (diff)
downloadsamba-a7acf10566af549eb71e7a421397c8073d55e0f6.tar.gz
samba-a7acf10566af549eb71e7a421397c8073d55e0f6.tar.bz2
samba-a7acf10566af549eb71e7a421397c8073d55e0f6.zip
server.c: fixed a bug in close_file() with the new files.c handling code
bitmap.c: added bitmap hanlding code in preparation for increasing the default max open files to several thousand (This used to be commit f573a65b67e7a57586fec57845598e49b157ee0a)
Diffstat (limited to 'source3/locking')
-rw-r--r--source3/locking/locking.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c
index 50c4af2265..cdaeea6d7e 100644
--- a/source3/locking/locking.c
+++ b/source3/locking/locking.c
@@ -494,7 +494,6 @@ int get_share_modes(connection_struct *conn,
/*******************************************************************
Del the share mode of a file.
********************************************************************/
-
void del_share_mode(int token, files_struct *fsp)
{
share_ops->del_entry(token, fsp);
@@ -503,7 +502,6 @@ void del_share_mode(int token, files_struct *fsp)
/*******************************************************************
Set the share mode of a file. Return False on fail, True on success.
********************************************************************/
-
BOOL set_share_mode(int token, files_struct *fsp, uint16 port, uint16 op_type)
{
return share_ops->set_entry(token, fsp, port, op_type);