summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-11-18 13:02:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:28 -0500
commit1128d054dd8d387e529bf92dad3a3db5e251d61d (patch)
tree46ea435d6b42c51e64f3b4e9e693ad1a85e0e989 /examples
parentbe31c2a105ae2b6e655530190c939caae1b41294 (diff)
downloadsamba-1128d054dd8d387e529bf92dad3a3db5e251d61d.tar.gz
samba-1128d054dd8d387e529bf92dad3a3db5e251d61d.tar.xz
samba-1128d054dd8d387e529bf92dad3a3db5e251d61d.zip
r11784: Fix minor glitch found by Rainer Weikusat <rainer.weikusat@sncag.com> -- Thanks
Diffstat (limited to 'examples')
-rw-r--r--examples/VFS/skel_opaque.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/VFS/skel_opaque.c b/examples/VFS/skel_opaque.c
index e6b7d032fcf..e6af475da6e 100644
--- a/examples/VFS/skel_opaque.c
+++ b/examples/VFS/skel_opaque.c
@@ -524,7 +524,7 @@ static int skel_aio_fsync(struct vfs_handle_struct *handle, struct files_struct
static int skel_aio_suspend(struct vfs_handle_struct *handle, struct files_struct *fsp, const SMB_STRUCT_AIOCB * const aiocb[], int n, const struct timespec *ts)
{
- return vfswrap_aioi_suspend(NULL, fsp, aiocb, n, ts);
+ return vfswrap_aio_suspend(NULL, fsp, aiocb, n, ts);
}
/* VFS operations structure */