From 030bba20f1270eabb52eba5f95d85cc25f82e224 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 22 Aug 2005 19:47:56 +0000 Subject: 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) --- source3/include/regfio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') 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 { -- cgit