Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Runtime
Commits
b59104a9
Commit
b59104a9
authored
Nov 05, 2020
by
Daniel Vrátil
🤖
Browse files
Temporarily disable SASL plugin lookup on Windows
parent
67aaa5f5
Pipeline
#39736
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kioslave/pop3/common.h
View file @
b59104a9
...
...
@@ -18,6 +18,7 @@ extern "C" {
inline
bool
initSASL
()
{
#ifdef Q_OS_WIN32 //krazy:exclude=cpp
#if 0
QByteArray libInstallPath(QFile::encodeName(QDir::toNativeSeparators(KGlobal::dirs()->installPath("lib") + QLatin1String("sasl2"))));
QByteArray configPath(QFile::encodeName(QDir::toNativeSeparators(KGlobal::dirs()->installPath("config") + QLatin1String("sasl2"))));
if (sasl_set_path(SASL_PATH_TYPE_PLUGIN, libInstallPath.data()) != SASL_OK
...
...
@@ -25,6 +26,7 @@ inline bool initSASL()
fprintf(stderr, "SASL path initialization failed!\n");
return false;
}
#endif
#endif
if
(
sasl_client_init
(
nullptr
)
!=
SASL_OK
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment