diff options
author | Gerald Carter <jerry@samba.org> | 2005-08-22 19:47:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:01:11 -0500 |
commit | 030bba20f1270eabb52eba5f95d85cc25f82e224 (patch) | |
tree | 35d2ded96274427082f42722b6aeb1179bfa7f71 /source3/include | |
parent | f98f86394a654722fa13ef1dc3c4dea82d452442 (diff) | |
download | samba-030bba20f1270eabb52eba5f95d85cc25f82e224.tar.gz samba-030bba20f1270eabb52eba5f95d85cc25f82e224.tar.bz2 samba-030bba20f1270eabb52eba5f95d85cc25f82e224.zip |
r9486: ensure that the registry hash records are sorted by original subkey name and not the 4 character hash key
(This used to be commit 8d347561919ded19b1e7096aceb119c66f461c61)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/regfio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/regfio.h b/source3/include/regfio.h index e088a4a344..3f0c10e895 100644 --- a/source3/include/regfio.h +++ b/source3/include/regfio.h @@ -80,6 +80,7 @@ typedef struct regf_hbin { typedef struct { uint32 nk_off; uint8 keycheck[sizeof(uint32)]; + char *fullname; } REGF_HASH_REC; typedef struct { |