diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-05-23 12:01:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:53:53 -0500 |
commit | f371d2454298b0e64978c04056da5635d7e72921 (patch) | |
tree | 5bbe9b4bd4235992ced31c093aa358b89854f649 /source4/lib/registry/common/registry.h | |
parent | f7a7192eff21fb48e4bd41ce65d0c0c175d4a1fb (diff) | |
download | samba-f371d2454298b0e64978c04056da5635d7e72921.tar.gz samba-f371d2454298b0e64978c04056da5635d7e72921.tar.bz2 samba-f371d2454298b0e64978c04056da5635d7e72921.zip |
r828: Some fixes in the core and regshell concerning hives and
unicode
(This used to be commit 25c27b176c9905f3968e955f33a6db41b0102a38)
Diffstat (limited to 'source4/lib/registry/common/registry.h')
-rw-r--r-- | source4/lib/registry/common/registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/common/registry.h b/source4/lib/registry/common/registry.h index d4e8cccade..5325a89086 100644 --- a/source4/lib/registry/common/registry.h +++ b/source4/lib/registry/common/registry.h @@ -31,7 +31,7 @@ struct reg_key_s { char *name; /* Name of the key */ char *path; /* Full path to the key */ - smb_ucs2_t *class_name; /* Name of key class */ + char *class_name; /* Name of key class */ NTTIME last_mod; /* Time last modified */ SEC_DESC *security; REG_HANDLE *handle; |