From 9ef8c09f9f5cd6a9b4e3883154e01fa66ca483d1 Mon Sep 17 00:00:00 2001 From: jmarcus Date: Mon, 11 Mar 2002 17:54:01 +0000 Subject: [PATCH] MFH: 1.24 Do not immediately return if an application requests data beyond the end of file. --- etc/afpd/fork.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/afpd/fork.c b/etc/afpd/fork.c index e4881d43..420dde73 100644 --- a/etc/afpd/fork.c +++ b/etc/afpd/fork.c @@ -1,5 +1,5 @@ /* - * $Id: fork.c,v 1.11.2.4 2002-02-09 20:29:02 jmarcus Exp $ + * $Id: fork.c,v 1.11.2.5 2002-03-11 17:54:01 jmarcus Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -876,7 +876,6 @@ int ibuflen, *rbuflen; goto afp_read_done; if (saveerr < 0) { err = saveerr; - goto afp_read_done; } /* dsi can stream requests. we can only do this if we're not checking * for an end-of-line character. oh well. */ -- 2.39.2