From e7b96a4600e0567ef0d167564081e72d02ed6849 Mon Sep 17 00:00:00 2001 From: "Andrew V. Samoilov" Date: Mon, 29 Nov 2004 20:15:22 +0000 Subject: [PATCH] * fish.c(fish_file_store): Fix typo fix --- vfs/fish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vfs/fish.c b/vfs/fish.c index 226909371..4e1bb2021 100644 --- a/vfs/fish.c +++ b/vfs/fish.c @@ -554,7 +554,7 @@ fish_file_store(struct vfs_class *me, struct vfs_s_fh *fh, char *name, char *loc break; if ((t = write (SUP.sockw, buffer, n)) != n) { if (t == -1) { - me->verrno = errno + me->verrno = errno; } else { me->verrno = EIO; }