[SSSD] [PATCH] Fix parameter name.

Jakub Hrozek jhrozek at redhat.com
Wed Nov 27 10:31:35 UTC 2013


On Fri, Nov 22, 2013 at 04:50:22PM +0100, Jakub Hrozek wrote:
> On Tue, Nov 19, 2013 at 04:32:16PM +0100, Michal Židek wrote:
> > I forgot to send this patch before. So here it is now. See patch
> > description for details.
> > 
> > Michal
> 
> >  errno_t sysdb_get_rdn(struct sysdb_ctx *sysdb, TALLOC_CTX *mem_ctx,
> > -                      const char *_dn, char **_name, char **_val)
> > +                      const char *dn, char **_name, char **_val)
> 
> I agree, it's much nicer to only keep the output parameters prefixed
> with an underscore.
> 
> ACK

Pushed to master.



More information about the sssd-devel mailing list