diff --git a/gestion/whos.py b/gestion/whos.py index cef0e6b6..74649d78 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -494,7 +494,7 @@ def machine_details(machine) : if auth_ok: authentification = " ; IPSec: %s" % OK else: - authentification = " ; IPSec: %s" % OK + authentification = " ; IPSec: %s" % ERREUR f += u' %s (%s) (RSSI: %s%s)\n' % (client, client_nom, coul("%d" % rssi, coul_rssi), authentification)