HomeFreeBSD

Remove stray '*'

Description

Remove stray '*'

We're storing an EFI_HANDLE, not an pointer to a handle. Since
EFI_HANDLE is a void * anyway, this has little practical effect since
the conversion to / from void * and void ** is silent.

Details

Provenance
impAuthored on
Parents
rS347058: When MAC is enabled and a policy module is loaded, don't unconditionally
Branches
Unknown
Tags
Unknown