1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-15 05:57:49 +03:00

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

(This used to be commit 490ff93bbfe38d92746693d5f9902f985de6bc12)
This commit is contained in:
Richard Sharpe 2003-01-08 17:59:52 +00:00
parent 8df73edd8e
commit dd22328000

@ -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;
}