Re: [SSSD] [PATCH] test common: sss_dp_get_account_recv() fix assignment

2015-07-14 Thread Jakub Hrozek
On Fri, Jul 10, 2015 at 08:30:49PM +0200, Jakub Hrozek wrote: On Fri, Jul 10, 2015 at 05:48:57PM +0200, Sumit Bose wrote: Hi, this patch fixes a simple copy-and-paste issue in the common test code. Since we currently always call mock_account_recv() with the second and third argument

[SSSD] [PATCH] test common: sss_dp_get_account_recv() fix assignment

2015-07-10 Thread Sumit Bose
Hi, this patch fixes a simple copy-and-paste issue in the common test code. Since we currently always call mock_account_recv() with the second and third argument set to 0 and NULL respectively it doesn't became an issue earlier. bye, Sumit From 5d2a8ee6d6d26d276b3be4c97fe0bf9e5cf7d099 Mon Sep 17

Re: [SSSD] [PATCH] test common: sss_dp_get_account_recv() fix assignment

2015-07-10 Thread Jakub Hrozek
On Fri, Jul 10, 2015 at 05:48:57PM +0200, Sumit Bose wrote: Hi, this patch fixes a simple copy-and-paste issue in the common test code. Since we currently always call mock_account_recv() with the second and third argument set to 0 and NULL respectively it doesn't became an issue earlier.