1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

Some fixes to editreg. Clientgen should not be touched, and an update to configure that Herb needs.

This commit is contained in:
Richard Sharpe -
parent b0d547b739
commit 490ff93bbf

View File

@ -1114,9 +1114,6 @@ SK_MAP *alloc_sk_map_entry(REGF *regf, KEY_SEC_DESC *tmp, int sk_off)
(regf->sk_map)[ndx].sk_off = sk_off;
(regf->sk_map)[ndx].key_sec_desc = tmp;
regf->sk_count++;
if (regf->sk_map[2].key_sec_desc == (KEY_SEC_DESC *)0x19) { /* Take us over */
fprintf(stderr, "%0x\n", regf->sk_map[7].key_sec_desc->sec_desc);
}
}
return regf->sk_map;
}