diff options
| -rw-r--r-- | src/leap/gui/mainwindow.py | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/gui/mainwindow.py b/src/leap/gui/mainwindow.py index af905fc0..6aaf0a38 100644 --- a/src/leap/gui/mainwindow.py +++ b/src/leap/gui/mainwindow.py @@ -374,6 +374,9 @@ class MainWindow(QtGui.QMainWindow):          @rtype: list          """ + +        # TODO: check which providers have a valid certificate among +        # other things, not just the directories          providers = []          try:              providers = os.listdir(  | 
