FOGProject / fog-client

A cross platform computer management client
GNU General Public License v3.0
108 stars 35 forks source link

Break after authentication fails five times in a row #141

Closed Sebastian-Roth closed 1 year ago

Sebastian-Roth commented 1 year ago

The fog-client tries authenticating to the FOG server five time. If it fails it still goes ahead to start the module loop (code ref. That's not a great idea. Better print an error in the logs and stop looping.

Sebastian-Roth commented 1 year ago

Merged PR #144.