summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-27 17:23:24 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-27 17:23:24 -0500
commit5c630bdc97be9116b0d7f2fc5b1e0eb51952068f (patch)
treee14c2615fe9a4300653ab89023b06f360c9a9e60
parent98a380ce0d20fed013a3d2a450e223bd9c470e4a (diff)
downloadkcmldapcontroller-5c630bdc.tar.gz
kcmldapcontroller-5c630bdc.zip
Fix FTBFS
-rw-r--r--src/ldapcontroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ldapcontroller.cpp b/src/ldapcontroller.cpp
index 315afef..0424bcc 100644
--- a/src/ldapcontroller.cpp
+++ b/src/ldapcontroller.cpp
@@ -1787,7 +1787,7 @@ int LDAPController::createNewLDAPRealm(TQWidget* dialogparent, LDAPRealmConfig r
}
// Write the NSS update crontab file and update NSS database
- LDAPManager::writeCronFiles();
+ LDAPManager::writeClientCronFiles();
pdialog.closeDialog();