mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-11 10:19: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)
|
||||
{
|
||||
// FIXME: not signal safe
|
||||
emit q->nextStep(c->stepData());
|
||||
if(!disableServerSendLast)
|
||||
{
|
||||
// FIXME: not signal safe
|
||||
emit q->nextStep(c->stepData());
|
||||
}
|
||||
|
||||
authed = true;
|
||||
emit q->authenticated();
|
||||
|
Loading…
x
Reference in New Issue
Block a user