From owner-cvs-lib Wed Nov 13 21:22:26 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA14287 for cvs-lib-outgoing; Wed, 13 Nov 1996 21:22:26 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA14267; Wed, 13 Nov 1996 21:22:15 -0800 (PST) Date: Wed, 13 Nov 1996 21:22:15 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199611140522.VAA14267@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libftpio ftpio.c ftpio.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/11/13 21:22:14 Modified: lib/libftpio ftpio.c ftpio.h Log: Oops, forget the fact that several ftp connections can be active at the same time, so add new con_state to avoid QUIT recursion Still should go to 2.2 Revision Changes Path 1.17 +4 -8 src/lib/libftpio/ftpio.c 1.9 +2 -2 src/lib/libftpio/ftpio.h