[Freeipa-devel] [PATCH] 0146: ipa-kdb: do not fetch client principal if it is the same

2014-03-06 Thread Alexander Bokovoy
Hi! Attached patch should fix the issue raised by Sumit when reviewing my patch 0145. Additionally, it fixes reverted condition check for case when we didn't find client_princ in the database, preventing a memory leak. Martin, you wanted to create a bug for this, so I didn't add the ticket

Re: [Freeipa-devel] [PATCH] 0146: ipa-kdb: do not fetch client principal if it is the same

2014-03-06 Thread Sumit Bose
On Thu, Mar 06, 2014 at 10:32:44AM +0200, Alexander Bokovoy wrote: Hi! Attached patch should fix the issue raised by Sumit when reviewing my patch 0145. Additionally, it fixes reverted condition check for case when we didn't find client_princ in the database, preventing a memory leak.

Re: [Freeipa-devel] [PATCH] 0146: ipa-kdb: do not fetch client principal if it is the same

2014-03-06 Thread Martin Kosek
On 03/06/2014 11:01 AM, Sumit Bose wrote: On Thu, Mar 06, 2014 at 10:32:44AM +0200, Alexander Bokovoy wrote: Hi! Attached patch should fix the issue raised by Sumit when reviewing my patch 0145. Additionally, it fixes reverted condition check for case when we didn't find client_princ in