Winbind expand groups fix (patch)

Jeremy Allison jra at samba.org
Mon Jun 30 16:20:35 GMT 2008


On Mon, Jun 30, 2008 at 04:56:40PM +0300, Atte Peltomaki wrote:
> Here's a patch against Samba 3.2.0-GIT-096ff39-test to fix winbind group
> expansion. 
> 
> --- winbindd_group.c	2008-06-30 16:40:58.000000000 +0300
> +++ winbindd_group-fix.c	2008-06-30 16:41:49.000000000 +0300
> @@ -442,7 +442,7 @@
>  							         &sid_mem[j],
>  							         &new_groups,
>  							         &new_groups_size);
> -				if (NT_STATUS_IS_OK(status)) {
> +				if (!NT_STATUS_IS_OK(status)) {
>  					goto out;
>  				}

Well caught - thanks ! Pushed.

Jeremy.


More information about the samba-technical mailing list