From owner-freebsd-current Fri Feb 18 10:19:56 2000 Delivered-To: freebsd-current@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id A6B4D37B9F3; Fri, 18 Feb 2000 10:19:52 -0800 (PST) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.9.3/8.9.3) id VAA61239; Fri, 18 Feb 2000 21:19:51 +0300 (MSK) (envelope-from ache) Date: Fri, 18 Feb 2000 21:19:50 +0300 From: "Andrey A. Chernov" To: current@freebsd.org, shin@freebsd.org Subject: strange code in ftp.c Message-ID: <20000218211950.A61219@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Organization: Biomechanoid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Around ftp.c line 383 I see now: } else if (code == 229) { /* result for EPSV */ pflag = 1; pflag = 100; break; } else Please left only one 'pflag' assignment. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message