|
|
|
@ -4122,7 +4122,7 @@ int LDAPManager::getTDECertificate(TQString certificateName, TQFile *fileHandle,
|
|
|
|
|
returncode = getTDECertificate(certificateName, &ba, errstr);
|
|
|
|
|
if (returncode == 0) {
|
|
|
|
|
if (fileHandle->isOpen()) {
|
|
|
|
|
printf("[WARNING] File \"%s\" was already open, closing...\n");
|
|
|
|
|
printf("[WARNING] File \"%s\" was already open, closing...\n", TQFile::encodeName(fileHandle->name()).data());
|
|
|
|
|
fileHandle->close();
|
|
|
|
|
}
|
|
|
|
|
if (fileHandle->open(IO_WriteOnly)) {
|
|
|
|
|