providers/ipa/: add_v1_user_data() amended#890
providers/ipa/: add_v1_user_data() amended#890alexey-tikhonov wants to merge 1 commit intoSSSD:masterfrom
Conversation
|
Hi @alexey-tikhonov, thanks for the fix, can you add bye, |
Fixes few mistypes and compilation warning:
```
sssd-2.2.3/src/providers/ipa/ipa_s2n_exop.c:665:20: warning: 'gc' may be used uninitialized in this function [-Wmaybe-uninitialized]
attrs->ngroups = gc;
~~~~~~~~~~~~~~~^~~~
```
Related to https://pagure.io/SSSD/sssd/issue/4078
360d56c to
abd070f
Compare
Done.
Not sure I understand this part. PR is against master. May be I misused |
Sorry, this misunderstanding was on my side. All is fine. ACK bye, |
Fixes few mistypes and compilation warning: