[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-708-g5f33545

Jelmer Vernooij jelmer at samba.org
Mon Feb 11 10:48:58 GMT 2008


The branch, v4-0-test has been updated
       via  5f33545c78e13871d622c0a5a0ded789bf624869 (commit)
      from  38d4e2407afb942de21379dc886f9e4c5532a2b9 (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 5f33545c78e13871d622c0a5a0ded789bf624869
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Feb 11 11:47:31 2008 +0100

    Fix switching of hives in regshell (#5254)

-----------------------------------------------------------------------

Summary of changes:
 source/lib/registry/tools/regshell.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/registry/tools/regshell.c b/source/lib/registry/tools/regshell.c
index 93f28f3..d5c506a 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;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list