[SSSD] [PATCH] Fix parameter name.

Jakub Hrozek jhrozek at redhat.com
Fri Nov 22 15:50:22 UTC 2013


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



More information about the sssd-devel mailing list