r11784: Fix minor glitch found by Rainer Weikusat <rainer.weikusat@sncag.com> --...
authorVolker Lendecke <vlendec@samba.org>
Fri, 18 Nov 2005 13:02:19 +0000 (13:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:28 +0000 (11:05 -0500)
(This used to be commit 1128d054dd8d387e529bf92dad3a3db5e251d61d)

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 */