diff options
author | Richard Sharpe <sharpe@samba.org> | 2003-05-12 06:57:32 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2003-05-12 06:57:32 +0000 |
commit | 6e4c1e4e4d30105558e8351501400a41b8372892 (patch) | |
tree | e108a93600af13291bbe366a358d0db894cf0f43 /source3 | |
parent | 39bf4a50a681785585eea77c7bd79a2c1753d5c0 (diff) | |
download | samba-6e4c1e4e4d30105558e8351501400a41b8372892.tar.gz samba-6e4c1e4e4d30105558e8351501400a41b8372892.tar.bz2 samba-6e4c1e4e4d30105558e8351501400a41b8372892.zip |
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)
Diffstat (limited to 'source3')
-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, |