You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use platform context variable also for logging the os class description.
Before this change, it were using loop counter variable, which is
incremented again. This led to verbose logging message:
verbose: CFEngine detected operating system description is qnx
on Darwin/macOS.
Also use already lowercased sysname from utsname struct.
Fixes: e2c9f00 ("Use a proper 'bool' variable for a condition in GetNameInfo3()")
0 commit comments