Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Runtime
Commits
b59104a9
Commit
b59104a9
authored
Nov 05, 2020
by
Daniel Vrátil
🤖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
kioslave/pop3/common.h
kioslave/pop3/common.h
+2
-0
No files found.
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