summaryrefslogtreecommitdiff
path: root/source3/smbd/vfs.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>1999-04-08 03:01:18 +0000
committerTim Potter <tpot@samba.org>1999-04-08 03:01:18 +0000
commit06c7ec8485c449dbcff7ea4f24ecce068fdab44c (patch)
treee5a706b3bec92ae67b24239e6e93ed45bf19b241 /source3/smbd/vfs.c
parentbc40376caa1e828b9e739cd94e46387e0eaf7652 (diff)
downloadsamba-06c7ec8485c449dbcff7ea4f24ecce068fdab44c.tar.gz
samba-06c7ec8485c449dbcff7ea4f24ecce068fdab44c.tar.bz2
samba-06c7ec8485c449dbcff7ea4f24ecce068fdab44c.zip
Forgot about closedir() function for VFS. Hoo embarassing.
(This used to be commit c1cbe07c0391c36066b068fdd42bf1aa40259a5c)
Diffstat (limited to 'source3/smbd/vfs.c')
-rw-r--r--source3/smbd/vfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c
index 59e7bb4935..fdff87496b 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -53,6 +53,7 @@ struct vfs_syminfo vfs_syminfo[] = {
{"vfs_readdir", &dl_ops.readdir},
{"vfs_mkdir", &dl_ops.mkdir},
{"vfs_rmdir", &dl_ops.rmdir},
+ {"vfs_closedir", &dl_ops.closedir},
/* File operations */
@@ -95,6 +96,7 @@ struct vfs_ops default_vfs_ops = {
vfswrap_readdir,
vfswrap_mkdir,
vfswrap_rmdir,
+ vfswrap_closedir,
/* File operations */