summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/simple
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-02 04:51:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:16 -0500
commit2df2d1b67f9bf2907f452688b2c54b73052cfb49 (patch)
tree7ba795ae61cc288b13d47ef7e3d5759d4c45cbc0 /source4/ntvfs/simple
parent477ab1d2ab2d7bc1264a19502b192f1933262414 (diff)
downloadsamba-2df2d1b67f9bf2907f452688b2c54b73052cfb49.tar.gz
samba-2df2d1b67f9bf2907f452688b2c54b73052cfb49.tar.xz
samba-2df2d1b67f9bf2907f452688b2c54b73052cfb49.zip
r3461: another place where "open" was used as a structure element
(This used to be commit 1087ea830e7aead86d54a1836512e88554afc919)
Diffstat (limited to 'source4/ntvfs/simple')
-rw-r--r--source4/ntvfs/simple/vfs_simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/simple/vfs_simple.c b/source4/ntvfs/simple/vfs_simple.c
index c84483ea23f..4df0bc97823 100644
--- a/source4/ntvfs/simple/vfs_simple.c
+++ b/source4/ntvfs/simple/vfs_simple.c
@@ -961,7 +961,7 @@ NTSTATUS ntvfs_simple_init(void)
ops.chkpath = svfs_chkpath;
ops.qpathinfo = svfs_qpathinfo;
ops.setpathinfo = svfs_setpathinfo;
- ops.open = svfs_open;
+ ops.openfile = svfs_open;
ops.mkdir = svfs_mkdir;
ops.rmdir = svfs_rmdir;
ops.rename = svfs_rename;