vfs/smbfs.c (1.86)

Roland Illig roland.illig at gmx.de
Sun Oct 17 18:42:46 UTC 2004


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



More information about the mc-devel mailing list