bstansell / conserver

Logged, multi-user access to device consoles
https://www.conserver.com/
BSD 3-Clause "New" or "Revised" License
129 stars 38 forks source link

Don't reference `true` #82

Closed viraptor closed 2 years ago

viraptor commented 2 years ago

true coming from some macos configurations is a define in stdbool. This means it can't be redefined or turned into a reference.

Use a different variable name.