diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-02 04:51:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:16 -0500 |
commit | 2df2d1b67f9bf2907f452688b2c54b73052cfb49 (patch) | |
tree | 7ba795ae61cc288b13d47ef7e3d5759d4c45cbc0 /source4/ntvfs/ipc | |
parent | 477ab1d2ab2d7bc1264a19502b192f1933262414 (diff) | |
download | samba-2df2d1b67f9bf2907f452688b2c54b73052cfb49.tar.gz samba-2df2d1b67f9bf2907f452688b2c54b73052cfb49.tar.bz2 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/ipc')
-rw-r--r-- | source4/ntvfs/ipc/vfs_ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/ipc/vfs_ipc.c b/source4/ntvfs/ipc/vfs_ipc.c index 6b6dc97003..a0604a9d08 100644 --- a/source4/ntvfs/ipc/vfs_ipc.c +++ b/source4/ntvfs/ipc/vfs_ipc.c @@ -719,7 +719,7 @@ NTSTATUS ntvfs_ipc_init(void) ops.chkpath = ipc_chkpath; ops.qpathinfo = ipc_qpathinfo; ops.setpathinfo = ipc_setpathinfo; - ops.open = ipc_open; + ops.openfile = ipc_open; ops.mkdir = ipc_mkdir; ops.rmdir = ipc_rmdir; ops.rename = ipc_rename; |