summaryrefslogtreecommitdiff
path: root/source3/smbd/files.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-16 02:32:55 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-16 02:32:55 +0000
commit6a6e8958ad86d61395d9ad47a0c2bef732d07b13 (patch)
treea80b36e4c8996386ff852483e4410d93a6caade5 /source3/smbd/files.c
parent127655cc888ac40332d4e8e5b94aab03f5120aae (diff)
downloadsamba-6a6e8958ad86d61395d9ad47a0c2bef732d07b13.tar.gz
samba-6a6e8958ad86d61395d9ad47a0c2bef732d07b13.tar.bz2
samba-6a6e8958ad86d61395d9ad47a0c2bef732d07b13.zip
changed find_free_file() to file_new().
(This used to be commit 3daee29636dcb2d99a0e7c08179a098befae00dc)
Diffstat (limited to 'source3/smbd/files.c')
-rw-r--r--source3/smbd/files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/files.c b/source3/smbd/files.c
index a37d190f01..04aff67a15 100644
--- a/source3/smbd/files.c
+++ b/source3/smbd/files.c
@@ -41,7 +41,7 @@ static int max_file_fd_used = 0;
/****************************************************************************
find first available file slot
****************************************************************************/
-files_struct *find_free_file(void )
+files_struct *file_new(void )
{
int i;
static int first_file;