From 0fbcfd8920e8df3cfb4ba5ce2d1fcf48b38a4acf Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 7 Mar 2006 17:53:28 +0000 Subject: r13969: Make these names lowercase as well (just like they are now in the buildsystem) (This used to be commit 04c49e211fc4f80e03d9322b983bbde15baba640) --- source4/ntvfs/ntvfs_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/ntvfs_base.c') 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); -- cgit