vfs/smbfs.c (1.86)



Hi,

>		if (ret <= 0) {
>		    if (errno == EPIPE)
>			return False;
>		} else
>		    nwritten += ret;
>	}

I think we should also exit the loop if errno != EPIPE, as the current version might introduce an endless loop.

Roland



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]