X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=source%2Flib%2Fregistry%2Ftools%2Fregshell.c;h=d5c506ab31d915655d29205d2a44d9252040522d;hp=93f28f3e5a803766541a399ab53c7610f7941892;hb=5f33545c78e13871d622c0a5a0ded789bf624869;hpb=38d4e2407afb942de21379dc886f9e4c5532a2b9 diff --git a/source/lib/registry/tools/regshell.c b/source/lib/registry/tools/regshell.c index 93f28f3e5a8..d5c506ab31d 100644 --- a/source/lib/registry/tools/regshell.c +++ b/source/lib/registry/tools/regshell.c @@ -116,6 +116,9 @@ static WERROR cmd_predef(struct regshell_context *ctx, int argc, char **argv) argv[1], win_errstr(error)); return error; } + + ctx->path = strupper_talloc(ctx, argv[1]); + ctx->current = ret; } return WERR_OK;