Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 1997 21:35:18 -0700 (MST)
From:      Marc Slemko <marcs@znep.com>
To:        Bill Lloyd <wlloyd@mpd.ca>
Cc:        ports@FreeBSD.ORG
Subject:   Re: Port problem.
Message-ID:  <Pine.BSF.3.95.971027213505.11831C-100000@alive.znep.com>
In-Reply-To: <Pine.BSF.3.95.971027212626.11831A-100000@alive.znep.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 27 Oct 1997, Marc Slemko wrote:

> Index: modules/proxy/proxy_ftp.c
> ===================================================================
> RCS file: /export/home/cvs/apachen/src/modules/proxy/proxy_ftp.c,v
> retrieving revision 1.40
> diff -u -r1.40 proxy_ftp.c
> --- proxy_ftp.c	1997/09/30 21:02:14	1.40
> +++ proxy_ftp.c	1997/10/28 04:20:40
> @@ -626,6 +629,10 @@
>  	*strp = '\0';
>  
>  	len = decodeenc(path);
> +	if (len == 0) {
> +	    path = strp + 1;
> +	    break;

Sorry, I mean continue instead of break of course...

> +	}
>  	bputs("CWD ", f);
>  	bwrite(f, path, len);
>  	bputs("\015\012", f);
> 
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.971027213505.11831C-100000>