vfs/smbfs.c (1.86)
- From: Roland Illig <roland illig gmx de>
- To: MC Devel <mc-devel gnome org>
- Subject: vfs/smbfs.c (1.86)
- Date: Sun, 17 Oct 2004 20:42:46 +0200
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]