ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RP] [PATCH] disallow duplicate group names


From: Shawn
Subject: Re: [RP] [PATCH] disallow duplicate group names
Date: Fri, 17 Oct 2008 01:42:23 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Ali Gholami Rudi <address@hidden> writes:

> +  if (groups_get_group_by_name (ARG_STRING (0)))
> +  if (groups_get_group_by_name (ARG_STRING (0)))
> +  if (groups_get_group_by_name (ARG_STRING (0)))

>  rp_group *groups_find_group_by_name (char *s);
> +rp_group *groups_get_group_by_name (char *s);

Doesn't groups_find_group_by_name work for these cases?

-Shawn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]