r26672: Janitorial: Remove uses of global_loadparm.
[jelmer/samba4-debian.git] / source / ntvfs / ipc / vfs_ipc.c
index b69fb98c5d60a3b5db6a721a602586ab29346edf..81cd984f0b5e9230b6a8eff4edc34e631a7c3b9b 100644 (file)
@@ -805,7 +805,7 @@ static NTSTATUS ipc_trans(struct ntvfs_module_context *ntvfs,
        NTSTATUS status;
 
        if (strequal(trans->in.trans_name, "\\PIPE\\LANMAN"))
-               return ipc_rap_call(req, trans);
+               return ipc_rap_call(req, ntvfs->ctx->lp_ctx, trans);
 
                if (trans->in.setup_count != 2) {
                return NT_STATUS_INVALID_PARAMETER;