creds = context->internal->creds;
status = cli_resolve_path(
- frame, "",
+ context->internal->mem_ctx,
+ "",
creds,
srv->cli, path, &targetcli, &targetpath);
if (!NT_STATUS_IS_OK(status)) {
creds = context->internal->creds;
/*d_printf(">>>mkdir: resolving %s\n", path);*/
- status = cli_resolve_path(frame, "",
+ status = cli_resolve_path(context->internal->mem_ctx,
+ "",
creds,
srv->cli, path, &targetcli, &targetpath);
if (!NT_STATUS_IS_OK(status)) {
creds = context->internal->creds;
/*d_printf(">>>rmdir: resolving %s\n", path);*/
- status = cli_resolve_path(frame, "",
+ status = cli_resolve_path(context->internal->mem_ctx,
+ "",
creds,
srv->cli, path, &targetcli, &targetpath);
if (!NT_STATUS_IS_OK(status)) {
creds = context->internal->creds;
/*d_printf(">>>unlink: resolving %s\n", path);*/
- status = cli_resolve_path(frame, "",
+ status = cli_resolve_path(context->internal->mem_ctx,
+ "",
creds,
srv->cli, path, &targetcli, &targetpath);
if (!NT_STATUS_IS_OK(status)) {
creds = context->internal->creds;
/*d_printf(">>>unlink: resolving %s\n", path);*/
- status = cli_resolve_path(frame, "",
+ status = cli_resolve_path(context->internal->mem_ctx,
+ "",
creds,
srv->cli, path, &targetcli, &targetpath);
if (!NT_STATUS_IS_OK(status)) {
/*d_printf(">>>rename: resolving %s\n", path1);*/
ocreds = ocontext->internal->creds;
- status = cli_resolve_path(frame, "",
+ status = cli_resolve_path(ocontext->internal->mem_ctx,
+ "",
ocreds,
srv->cli, path1, &targetcli1, &targetpath1);
if (!NT_STATUS_IS_OK(status)) {
/*d_printf(">>>rename: resolving %s\n", path2);*/
ncreds = ncontext->internal->creds;
- status = cli_resolve_path(frame, "",
+ status = cli_resolve_path(ncontext->internal->mem_ctx,
+ "",
ncreds,
srv->cli, path2, &targetcli2, &targetpath2);
if (!NT_STATUS_IS_OK(status)) {
creds = context->internal->creds;
/*d_printf(">>>open: resolving %s\n", path);*/
status = cli_resolve_path(
- frame, "",
+ context->internal->mem_ctx,
+ "",
creds,
srv->cli, path, &targetcli, &targetpath);
if (!NT_STATUS_IS_OK(status)) {
creds = context->internal->creds;
- status = cli_resolve_path(frame, "",
+ status = cli_resolve_path(context->internal->mem_ctx,
+ "",
creds,
srv->cli, fixedpath,
&targetcli, &targetpath);
creds = context->internal->creds;
status = cli_resolve_path(
- ctx, "",
+ context->internal->mem_ctx,
+ "",
creds,
cli, filename, &targetcli, &targetpath);
if (!NT_STATUS_IS_OK(status)) {
creds = context->internal->creds;
- status = cli_resolve_path(ctx, "",
+ status = cli_resolve_path(context->internal->mem_ctx,
+ "",
creds,
cli, filename, &targetcli, &targetpath);
if (!NT_STATUS_IS_OK(status)) {