summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ntvfs_base.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-07 17:53:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:33 -0500
commit0fbcfd8920e8df3cfb4ba5ce2d1fcf48b38a4acf (patch)
treead1cc35fb4473b989cad7d8d40bbbe2ecf7a52e0 /source4/ntvfs/ntvfs_base.c
parentd9c439b88448055d62ab85d6dab2204894b9dd9e (diff)
downloadsamba-0fbcfd8920e8df3cfb4ba5ce2d1fcf48b38a4acf.tar.gz
samba-0fbcfd8920e8df3cfb4ba5ce2d1fcf48b38a4acf.tar.bz2
samba-0fbcfd8920e8df3cfb4ba5ce2d1fcf48b38a4acf.zip
r13969: Make these names lowercase as well (just like they are now in the buildsystem)
(This used to be commit 04c49e211fc4f80e03d9322b983bbde15baba640)
Diffstat (limited to 'source4/ntvfs/ntvfs_base.c')
-rw-r--r--source4/ntvfs/ntvfs_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/ntvfs_base.c b/source4/ntvfs/ntvfs_base.c
index cfd2c1f5de..1201bdefbe 100644
--- a/source4/ntvfs/ntvfs_base.c
+++ b/source4/ntvfs/ntvfs_base.c
@@ -163,7 +163,7 @@ NTSTATUS ntvfs_init_connection(struct smbsrv_request *req, enum ntvfs_type type)
NTSTATUS ntvfs_init(void)
{
- init_module_fn static_init[] = STATIC_NTVFS_MODULES;
+ init_module_fn static_init[] = STATIC_ntvfs_MODULES;
init_module_fn *shared_init = load_samba_modules(NULL, "ntvfs");
run_init_functions(static_init);