summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 4c5e52be1ba..cbefb406595 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -167,7 +167,7 @@ bool vfs_init_custom(connection_struct *conn, const char *vfs_object)
DEBUG(5, ("vfs module [%s] not loaded - trying to load...\n",
vfs_object));
- status = smb_probe_module("vfs", module_path);
+ status = smb_load_module("vfs", module_path);
if (!NT_STATUS_IS_OK(status)) {
DEBUG(0, ("error probing vfs module '%s': %s\n",
module_path, nt_errstr(status)));