On 08/15/2013 07:16 PM, Simo Sorce wrote:
On Thu, 2013-08-15 at 18:38 +0200, Michal Židek wrote:
- case SSS_MC_GROUP:
*_offset = offsetof(struct sss_mc_pwd_data, strs);
ret = EOK;
break;
This should use 'struct sss_mc_grp_data'.
Simo.
Ah, sure, but I checked the last patchset I sent (without the ret variable) and it is fixed there.
Michal