mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-16 20:39:33 +00:00
respect disableServerSendLast
svn path=/trunk/kdesupport/qca/; revision=685051
This commit is contained in:
parent
3796c82e90
commit
fdbd80e98b
@ -1365,8 +1365,11 @@ private slots:
|
|||||||
}
|
}
|
||||||
else if(r == SASLContext::Success)
|
else if(r == SASLContext::Success)
|
||||||
{
|
{
|
||||||
// FIXME: not signal safe
|
if(!disableServerSendLast)
|
||||||
emit q->nextStep(c->stepData());
|
{
|
||||||
|
// FIXME: not signal safe
|
||||||
|
emit q->nextStep(c->stepData());
|
||||||
|
}
|
||||||
|
|
||||||
authed = true;
|
authed = true;
|
||||||
emit q->authenticated();
|
emit q->authenticated();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user