Fix minor glitch found by Rainer Weikusat <rainer.weikusat@sncag.com> -- Thanks
authorvlendec <vlendec@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Fri, 18 Nov 2005 13:02:19 +0000 (13:02 +0000)
committervlendec <vlendec@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Fri, 18 Nov 2005 13:02:19 +0000 (13:02 +0000)
git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0@11784 0c0555d6-39d7-0310-84fc-f1cc0bd64818

examples/VFS/skel_opaque.c

index e6b7d032fcfcb26642dfd3dd5211e5e9a704cfcb..e6af475da6ec36fb1120b73e20787f6926ca7178 100644 (file)
@@ -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 */