r26353: Remove use of global_loadparm.
[samba.git] / source4 / smb_server / smb / service.c
index 0e602f6a8bc84a378fbf55e2544cf3daacd0f850..467cbca41826fbde36bc8cd31a039fdf08e9125d 100644 (file)
@@ -49,6 +49,7 @@ static NTSTATUS make_connection_scfg(struct smbsrv_request *req,
                                       req->smb_conn->negotiate.protocol,
                                       req->smb_conn->connection->event.ctx,
                                       req->smb_conn->connection->msg_ctx,
+                                      global_loadparm,
                                       req->smb_conn->connection->server_id,
                                       &tcon->ntvfs);
        if (!NT_STATUS_IS_OK(status)) {