diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-27 17:23:24 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-27 17:23:24 -0500 |
commit | 5c630bdc97be9116b0d7f2fc5b1e0eb51952068f (patch) | |
tree | e14c2615fe9a4300653ab89023b06f360c9a9e60 /src | |
parent | 98a380ce0d20fed013a3d2a450e223bd9c470e4a (diff) | |
download | kcmldapcontroller-5c630bdc97be9116b0d7f2fc5b1e0eb51952068f.tar.gz kcmldapcontroller-5c630bdc97be9116b0d7f2fc5b1e0eb51952068f.zip |
Fix FTBFS
Diffstat (limited to 'src')
-rw-r--r-- | src/ldapcontroller.cpp | 2 |
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(); |