svn commit: samba r22951 - in branches/SAMBA_3_0_26/source/libsmb: .

Jeremy Allison jra at samba.org
Wed May 16 17:35:50 GMT 2007


On Wed, May 16, 2007 at 05:30:01PM +0000, jra at samba.org wrote:
> Author: jra
> Date: 2007-05-16 17:30:00 +0000 (Wed, 16 May 2007)
> New Revision: 22951
> 
> WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22951
> 
> Log:
> Merge Volkers's logic fix from r22930. Only read
> the rest of the data if there is any.
> Jeremy.
> 
> Modified:
>    branches/SAMBA_3_0_26/source/libsmb/clientgen.c
> 
> 
> Changeset:
> Modified: branches/SAMBA_3_0_26/source/libsmb/clientgen.c
> ===================================================================
> --- branches/SAMBA_3_0_26/source/libsmb/clientgen.c	2007-05-16 17:17:25 UTC (rev 22950)
> +++ branches/SAMBA_3_0_26/source/libsmb/clientgen.c	2007-05-16 17:30:00 UTC (rev 22951)
> @@ -111,7 +111,7 @@
>  	}
>  
>  	/* If the server is not responding, note that now */
> -	if (len <= 0) {
> +	if (len < 0) {

Ah - sorry volker, I spoke too soon ! I had it wrong in the
3_0_26 branch also.

Thanks for *both* fixes :-).

Jeremy.


More information about the samba-technical mailing list