diff options
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; |