From ed1c7282e45b9b962bc2e77a544719bbc506f294 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 12 May 2003 09:01:50 +0000 Subject: GCC accepts unnamed initalization of sub-structure. Let's see how AIX behave with this. Previous fix was incorrect. (This used to be commit 13e1bbd803111361bcd9c28b5086277c912c59a6) --- source3/smbd/vfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') 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, -- cgit