mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-10 01:39:34 +00:00
SASL_AUTH_EXTERNAL wants a char * not a char **
Reviewers: sitter Reviewed By: sitter Differential Revision: https://phabricator.kde.org/D26879
This commit is contained in:
parent
d3fd2d9a10
commit
d298a11af7
@ -315,7 +315,7 @@ private:
|
|||||||
r = sasl_setprop(con, SASL_SSF_EXTERNAL, &ssf);
|
r = sasl_setprop(con, SASL_SSF_EXTERNAL, &ssf);
|
||||||
if(r != SASL_OK)
|
if(r != SASL_OK)
|
||||||
return false;
|
return false;
|
||||||
r = sasl_setprop(con, SASL_AUTH_EXTERNAL, &authid);
|
r = sasl_setprop(con, SASL_AUTH_EXTERNAL, authid);
|
||||||
if(r != SASL_OK)
|
if(r != SASL_OK)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user