mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-17 04:49:32 +00:00
respect disableServerSendLast
svn path=/trunk/kdesupport/qca/; revision=685051
This commit is contained in:
parent
3796c82e90
commit
fdbd80e98b
@ -1364,9 +1364,12 @@ private slots:
|
||||
return;
|
||||
}
|
||||
else if(r == SASLContext::Success)
|
||||
{
|
||||
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