[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/qca/plugins/qca-cyrus-sasl
From:       Justin Karneges <infiniti () affinix ! com>
Date:       2007-11-08 4:03:06
Message-ID: 1194494586.836034.5143.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 734096 by infiniti:

use correct initialization value of true (false is wrong, and earlier we 
were uninitialized which has a 99% chance of being true :))


 M  +1 -1      qca-cyrus-sasl.cpp  


--- trunk/kdesupport/qca/plugins/qca-cyrus-sasl/qca-cyrus-sasl.cpp #734095:734096
@@ -828,7 +828,7 @@
 
 	virtual void update(const QByteArray &from_net, const QByteArray &from_app)
 	{
-		bool ok = false;
+		bool ok = true;
 		if(!from_app.isEmpty())
 			ok = sasl_endecode(from_app, &result_to_net, true);
 		if(ok && !from_net.isEmpty())
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic