summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-10-24 00:35:55 +0000
committerTim Potter <tpot@samba.org>2001-10-24 00:35:55 +0000
commitfb328c9cc4d12997b7f8059ebe163482a16df77b (patch)
tree8e0b9ee98fb37efac99128d8f6a9ff8cb51e596d
parent65f591895c8f57024750a7c8c029a04cccac16f0 (diff)
downloadsamba-fb328c9cc4d12997b7f8059ebe163482a16df77b.tar.gz
samba-fb328c9cc4d12997b7f8059ebe163482a16df77b.tar.bz2
samba-fb328c9cc4d12997b7f8059ebe163482a16df77b.zip
Made default vfs ops static so we can use this symbol in actual modules.
(This used to be commit 398ced6eef7e52441ddc59fef70e4a50a96a73b7)
-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 7a3d23d652..02a78c4cd3 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -32,7 +32,7 @@ struct vfs_syminfo {
very important. They must be in the same order as defined in
vfs.h. Change at your own peril. */
-struct vfs_ops default_vfs_ops = {
+static struct vfs_ops default_vfs_ops = {
/* Disk operations */