From 1579089d91aeb43802b558bf4c41f4db5360618c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 20 Aug 2003 08:20:14 +0000 Subject: Make compiling vfs_readonly static possible (This used to be commit b8ef536b9e62ceeed6c4db58923a66ba8506871d) --- source3/modules/vfs_readonly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules') diff --git a/source3/modules/vfs_readonly.c b/source3/modules/vfs_readonly.c index 5959ce900c..ee9e40c2fc 100644 --- a/source3/modules/vfs_readonly.c +++ b/source3/modules/vfs_readonly.c @@ -92,7 +92,7 @@ static vfs_op_tuple readonly_op_tuples[] = { {SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP} }; -NTSTATUS init_module(void) +NTSTATUS vfs_readonly_init(void) { return smb_register_vfs(SMB_VFS_INTERFACE_VERSION, MODULE_NAME, readonly_op_tuples); } -- cgit