summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-01 00:53:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-01 00:53:28 -0600
commit1f14ed9dfeeeefdaafa03ea9a0517ab4900e91bb (patch)
tree6c0e5c4d7e231e380c7fd9f1af1d6f9f257fe919
parent45bfc1dc6edcc27f67acfbebb2d0f22ea06a40c4 (diff)
downloadkcmldap-1f14ed9d.tar.gz
kcmldap-1f14ed9d.zip
Fix potential update glitch in initial bond wizard
-rw-r--r--src/bondwizard.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bondwizard.cpp b/src/bondwizard.cpp
index db96f03..c774da0 100644
--- a/src/bondwizard.cpp
+++ b/src/bondwizard.cpp
@@ -203,6 +203,7 @@ void BondWizard::accept(){
finishpage->setEnabled(false);
if (LDAPManager::bondRealm(m_finalRealm, finishpage->ldapAdminUsername->text(), finishpage->ldapAdminPassword->password(), finishpage->ldapAdminRealm->text(), &errorString) == 0) {
+ m_ldapConfig->save();
done(0);
}
else {