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

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