-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
store_hentry() now takes the key as HEK *, instead of the entry's HE *.
The only action it took on the HE * it was passed was to call HeKEY_key() to get the key (directly, or indirectly via HeKEY_sv()), so this change removes one dependency on HE*.
- Loading branch information
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters