summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/smbd/vfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c
index de682793d5..92342a673b 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 = {
+ {
/* Disk operations */
vfswrap_dummy_connect,