Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: GENERIC64 aarch64 failure to autoboot



On Sun, Mar 05, 2023 at 03:01:02PM -0000, Michael van Elst wrote:
>  
> -		if (guid != NULL && len == 16)
> +		if (guid == NULL || len == 16)
> +

Shouldn't that be "len != 16"?

-- 
Brett Lymn
--
Sent from my NetBSD device.

"We are were wolves",
"You mean werewolves?",
"No we were wolves, now we are something else entirely",
"Oh"


Home | Main Index | Thread Index | Old Index