diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-05 03:15:33 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-05 03:15:33 -0500 |
commit | bf4dbda9682241deffb3ec704e2597a12496d2a8 (patch) | |
tree | d7c01382facf23b41713044b6d3cca0d9b80a094 /src/ldapcontroller.cpp | |
parent | 8e51437b6331c9ebabd7d5f5db93c825eb8509c5 (diff) | |
download | kcmldapcontroller-bf4dbda9682241deffb3ec704e2597a12496d2a8.tar.gz kcmldapcontroller-bf4dbda9682241deffb3ec704e2597a12496d2a8.zip |
Add (inactive) certificate configuration page
Diffstat (limited to 'src/ldapcontroller.cpp')
-rw-r--r-- | src/ldapcontroller.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ldapcontroller.cpp b/src/ldapcontroller.cpp index 87c6949..58cfff1 100644 --- a/src/ldapcontroller.cpp +++ b/src/ldapcontroller.cpp @@ -692,6 +692,9 @@ int LDAPController::createNewLDAPRealm(TQWidget* dialogparent, LDAPRealmConfig r pdialog.setActiveWindow(); tqApp->processEvents(); + // RAJA FIXME + // Threading would be a good idea here, to keep the GUI responsive while the backend code works + // Reset improperly uninitialized variables realmconfig.bonded = true; |