svn commit: samba r6231 - in branches/SAMBA_3_0/source/lib: .

Herb Lewis hlewis at panasas.com
Thu Apr 7 17:28:15 GMT 2005


Don't know where my version came from but it defined c2 as

smb_ucs2_t c2[20];

I could swear I saw the same definition in my svn tree before
I made the change. I need new glasses :-)


jerry at samba.org wrote:
> Author: jerry
> Date: 2005-04-07 03:24:02 +0000 (Thu, 07 Apr 2005)
> New Revision: 6231
> 
> WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6231
> 
> Log:
> Herb,  I think this checkin was a mistake.  Are you sure this is
> what you meant to change?  
> 
> Fix build breakage....
> 
> 
> Modified:
>    branches/SAMBA_3_0/source/lib/util_unistr.c
> 
> 
> Changeset:
> Modified: branches/SAMBA_3_0/source/lib/util_unistr.c
> ===================================================================
> --- branches/SAMBA_3_0/source/lib/util_unistr.c	2005-04-06 23:50:48 UTC (rev 6230)
> +++ branches/SAMBA_3_0/source/lib/util_unistr.c	2005-04-07 03:24:02 UTC (rev 6231)
> @@ -113,7 +113,7 @@
>  	if (len1 == 0) return 0;
>  	len2 = convert_string(CH_DOS, CH_UCS2, buf, len1, &c2, 2,False);
>  	if (len2 != 2) return 0;
> -	return (c == *c2);
> +	return (c == c2);
>  }
>  
>  



More information about the samba-technical mailing list