diff options
-rw-r--r-- | source3/smbd/vfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c index 7bae2ccc80..de682793d5 100644 --- a/source3/smbd/vfs.c +++ b/source3/smbd/vfs.c @@ -48,7 +48,7 @@ struct vfs_syminfo { static struct vfs_ops default_vfs = { - ops: { + .ops = { /* Disk operations */ vfswrap_dummy_connect, |