svn commit: samba r20214 - in branches/SAMBA_3_0/source/param: .

simo idra at samba.org
Sat Dec 16 18:04:35 GMT 2006


On Sat, 2006-12-16 at 17:47 +0000, vlendec at samba.org wrote:
> Author: vlendec
> Date: 2006-12-16 17:47:22 +0000 (Sat, 16 Dec 2006)
> New Revision: 20214
> 
> WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20214
> 
> Log:
> Fix a type-punned warning. Simo, Jerry, please check
> Modified:
>    branches/SAMBA_3_0/source/param/loadparm.c
> 
> 
> Changeset:
> Modified: branches/SAMBA_3_0/source/param/loadparm.c
> ===================================================================
> --- branches/SAMBA_3_0/source/param/loadparm.c	2006-12-16 17:21:53 UTC (rev 20213)
> +++ branches/SAMBA_3_0/source/param/loadparm.c	2006-12-16 17:47:22 UTC (rev 20214)
> @@ -182,7 +182,7 @@
>  	BOOL bWinbindOfflineLogon;
>  	char **szIdmapDomains;
>  	char **szIdmapBackend; /* deprecated */
> -	char **szIdmapAllocBackend;
> +	char *szIdmapAllocBackend;
>  	char *szAddShareCommand;
>  	char *szChangeShareCommand;
>  	char *szDeleteShareCommand;

Thanks Volker,
as we can have only one alloc backend (not a list) I believe the fix is
correct.

Simo.

-- 
Simo Sorce
Samba Team GPL Compliance Officer
email: idra at samba.org
http://samba.org



More information about the samba-cvs mailing list