From 6e4c1e4e4d30105558e8351501400a41b8372892 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Mon, 12 May 2003 06:57:32 +0000 Subject: A small patch from metze to fix builds on some platforms ... http://lists.samba.org/pipermail/samba-technical/attachments/20030512/0332258a/vfs-fix-01.obj (This used to be commit 5d643b9d03135effa5c8fd84bf1e54a7bd075e2a) --- source3/smbd/vfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/vfs.c') 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, -- cgit