diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-08-16 02:32:55 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-08-16 02:32:55 +0000 |
commit | 3daee29636dcb2d99a0e7c08179a098befae00dc (patch) | |
tree | 489a70d122a43e5eaa130f1ecb2310cc7ba00afc /source/smbd/files.c | |
parent | b088c804f98908eb02f05ab2f2e8a61691a0a582 (diff) | |
download | samba-3daee29636dcb2d99a0e7c08179a098befae00dc.tar.gz samba-3daee29636dcb2d99a0e7c08179a098befae00dc.tar.xz samba-3daee29636dcb2d99a0e7c08179a098befae00dc.zip |
changed find_free_file() to file_new().
Diffstat (limited to 'source/smbd/files.c')
-rw-r--r-- | source/smbd/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/files.c b/source/smbd/files.c index a37d190f01c..04aff67a155 100644 --- a/source/smbd/files.c +++ b/source/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; |