respect disableServerSendLast

svn path=/trunk/kdesupport/qca/; revision=685051
This commit is contained in:
Justin Karneges 2007-07-08 02:02:59 +00:00
parent 3796c82e90
commit fdbd80e98b

View File

@ -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();