Winbind problem or my problem:)

Jeremy Allison jra at samba.org
Thu Jun 20 12:09:39 GMT 2002


On Thu, Jun 20, 2002 at 12:28:18PM -0500, Esh, Andrew wrote:
>  
> Suggest the following fix:
>  
> Index: winbindd_rpc.c
> ===================================================================
> RCS file: /cvsroot/samba/source/nsswitch/winbindd_rpc.c,v
> retrieving revision 1.22.2.7
> diff -u -c -r1.22.2.7 winbindd_rpc.c
> cvs server: conflicting specifications of output style
> *** winbindd_rpc.c 6 Jun 2002 21:12:47 -0000 1.22.2.7
> --- winbindd_rpc.c 20 Jun 2002 17:31:25 -0000
> ***************
> *** 315,320 ****
> --- 315,323 ----
>    result = cli_samr_query_userinfo(hnd->cli, mem_ctx, &user_pol, 
>         0x15, &ctr);
>   
> +  if (!NT_STATUS_IS_OK(result))
> +   goto done;
> + 
>    cli_samr_close(hnd->cli, mem_ctx, &user_pol);
>    got_user_pol = False;

Applied - thanks !

Jeremy.




More information about the samba-technical mailing list